Click or drag to resize

VectorRemoveRange Method

Removes a range of elements from the Vector.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
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: Int32
The number of removed elements.
See Also