Click or drag to resize

SubsetRepeat Method

Repeats this subset until the given length is reached.

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

Parameters

length  Int32
The total length of the new subset.

Return Value

Subset
A new Subset.
See Also