Permutation.Is Identity Property
Gets whether the permutation is the identity permutation.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the permutation is the identity permutation; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool IsIdentity { get; }
Property Value
Booleantrue if the permutation is the identity permutation; otherwise false.