PermutationIsInvolution Property
Gets a Boolean flag indicating whether the permutation is an involution.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool IsInvolution { get; }
Public ReadOnly Property IsInvolution As Boolean
Get
public:
property bool IsInvolution {
bool get ();
}
member IsInvolution : bool with get
Property Value
BooleanTrue if the permutation is an involution, otherwise false.
An involution is a permutation that is its own inverse.