Vector<T>.EnsureWritable Method

Ensures that every element in the vector can be written to.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void EnsureWritable()

Return Value

true if the operation succeeded; otherwise false.

Exceptions

ComponentReadOnlyExceptionOne or more of the selected elements of the vector is read-only.

See Also