Click or drag to resize

SubsetAppend Method

Adds an index to this subset.

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

Parameters

index  Int32
The index to be added.

Return Value

Subset
A new subset with index appended.
See Also