Double.GreaterThanOrEqual Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether a specified Double value is greater than or equal to another specified Double value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.Double
The first value to compare.
- right
- Type: System.Double
The second value to compare.
The GreaterThanOrEqual method defines the operation of the greater-than-or-equal operator for Double values.
Show: