Click or drag to resize

MulticombinationLessThanOrEqual Operator

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