Click or drag to resize

IntegerArrayRemove Method (Int32)

Remove element with smallest index equal to specified. All element with indices greater than removed will be shifted left.

Namespace:  FinMath.DataStructures
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public bool Remove(
	int val
)

Parameters

val
Type: SystemInt32
Element to remove.

Return Value

Type: Boolean
Returns true if element was found and deleted successfully.

Implements

ICollectionTRemove(T)
See Also