Click or drag to resize

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; }

Property Value

Type: Boolean
True if the permutation is an involution, otherwise false.
Remarks

An involution is a permutation that is its own inverse.

See Also