Permutation.IsIdentity Property

Gets whether the permutation is the identity permutation.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool IsIdentity { get; }

Property Value

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

See Also