Repeats this subset until the given length is reached.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public Subset Repeat(
	int length
)
Visual Basic (Declaration)
Public Function Repeat ( _
	length As Integer _
) As Subset
Visual C++
public:
Subset^ Repeat(
	int length
)

Parameters

length
Type: System..::.Int32
The total length of the new subset.

Return Value

A new Subset.

See Also