Click or drag to resize

SubsetDecrement Method

Decrements the indices in a subset.

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

Parameters

s  Subset
A subset.

Return Value

Subset
The decremented subset.
Remarks
s[i]--
See Also