Ensures that the element at the specified index in the vector can be written to.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void EnsureWritable(
int index
)
Public Sub EnsureWritable (
index As Integer
)
public:
void EnsureWritable(
int index
)
member EnsureWritable :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Reference