Click or drag to resize

CombinationGreaterThan Operator

Indicate whether the left Combination is greater than the right Combination.

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

Parameters

param1
Type: Kaos.CombinatoricsCombination
A Combination sequence.
param2
Type: Kaos.CombinatoricsCombination
A Combination sequence.

Return Value

Type: Boolean
true if the left sequence is greater than the right sequence; otherwise, false.
See Also