Permutation.IsIdentity Property

Gets whether the permutation is the identity permutation.

Definition

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

Property Value

Boolean
true if the permutation is the identity permutation; otherwise false.

See Also