System.Single.op_GreaterThanOrEqual Method

Returns a value that indicates whether a specified float value is greater than or equal to another specified float value.

Syntax

public static bool operator>= (float left, float right)

Parameters

left
The first value to compare.
right
The second value to compare.

Returns

true if left is greater than or equal to right; otherwise, false.

Remarks

The float.op_GreaterThanOrEqual(float, float) method defines the operation of the greater-than-or-equal operator for float values.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0