Constructs a new Permutation.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	length As Integer _
)
C#
public Permutation (
	int length
)
C++
public:
Permutation (
	int length
)

Parameters

length (System.Int32)
The number of elements in the set.