Click or drag to resize

SubsetToReverse Method

Returns a new subset containing the indices of this subset in the reverse order.

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

Return Value

Subset
A new subset containing the indices of this subset in the reverse order.
See Also