Single.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 Single value is greater than or equal to another specified Single value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.Single
The first value to compare.
- right
- Type: System.Single
The second value to compare.
The GreaterThanOrEqual method defines the operation of the greater-than-or-equal operator for Single values.
Show: