Click or drag to resize

DoubleDouble.GreaterThanOrEqual Operator

Determines whether the first value is greater than or equal to the second value.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator >=(
	DoubleDouble x,
	DoubleDouble y
)

Parameters

x
Type: Meta.Numerics.Extended.DoubleDouble
The first value.
y
Type: Meta.Numerics.Extended.DoubleDouble
The second value.

Return Value

Type: Boolean
true if x is greater than or equal to y, otherwise false.
See Also