Vector<T>.EnsureWritable(Int32) Method

Ensures that the element at the specified index 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(
	int index
)

Parameters

index  Int32
 

Exceptions

ComponentReadOnlyExceptionThe selected element of the vector is read-only.

See Also