Single.GreaterThan 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 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.
Show: