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 row,
int column
)
Public Sub EnsureWritable (
row As Integer,
column As Integer
)
public:
void EnsureWritable(
int row,
int column
)
member EnsureWritable :
row : int *
column : int -> unit
Parameters
- row
- Type: SystemInt32
- column
- Type: SystemInt32
Reference