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 override bool TryEnsureWritable(
int index
)
Public Overrides Function TryEnsureWritable (
index As Integer
) As Boolean
public:
virtual bool TryEnsureWritable(
int index
) override
abstract TryEnsureWritable :
index : int -> bool
override TryEnsureWritable :
index : int -> bool
Parameters
- index
- Type: SystemInt32
Return Value
Type:
Boolean if the operation succeeded; otherwise .
Reference