Click or drag to resize

ProductGreaterThanOrEqual Operator

Indicate whether the left Product is greater than or equal to the right Product.

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

Parameters

param1
Type: Kaos.CombinatoricsProduct
A Product sequence.
param2
Type: Kaos.CombinatoricsProduct
A Product sequence.

Return Value

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