PermutationIsInvolution Property |
Gets a Boolean flag indicating whether the permutation is an involution.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool IsInvolution { get; }
Public ReadOnly Property IsInvolution As Boolean
Get
public:
property bool IsInvolution {
bool get ();
}
member IsInvolution : bool with get
Property Value
Type:
BooleanTrue if the permutation is an involution, otherwise false.
Remarks An involution is a permutation that is its own inverse.
See Also