Click or drag to resize

PermutationGreaterThanOrEqual Operator

Indicate whether the left Permutation is greater 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 greater than or equal to the right sequence otherwise, false.
See Also