Click or drag to resize

PermutationLessThanOrEqual Operator

Indicate whether the left permutation is less than or equal to the right permutation.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public static bool operator <=(
	Permutation param1,
	Permutation param2
)

Parameters

param1
Type: Kaos.CombinatoricsPermutation
A Permutation.
param2
Type: Kaos.CombinatoricsPermutation
A Permutation.

Return Value

Type: Boolean
true if the left sequence is less than or equal to the right sequence otherwise, false.
See Also