Ensures that the element at the specified index in the vector can be written to.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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 .
Numerical Libraries
Supported in: 6.0
Reference