Click or drag to resize

SubsetRemove Method

Removes the first occurence of an index from this subset.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Subset Remove(
	int index
)

Parameters

index  Int32
The index to be removed.

Return Value

Subset
See Also