Click or drag to resize

MulticombinationGreaterThan Operator

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

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

Parameters

param1
Type: Kaos.CombinatoricsMulticombination
A Multicombination sequence.
param2
Type: Kaos.CombinatoricsMulticombination
A Multicombination sequence.

Return Value

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