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