Permutation.Length Property

Gets the length of the permutation.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Length { get; }

Property Value

Int32

Remarks

The length of the permutation is the number of elements that may be rearranged.

See Also