Removes a range of elements from the Vector.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public int RemoveRange(
int index,
int count
)
Parameters
- index
- Type: SystemInt32
The zero-based starting index of the range of elements to remove. - count
- Type: SystemInt32
The number of elements to remove.
Return Value
Type:
Int32The number of removed elements.
See Also