Single.IsPositiveInfinity Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value indicating whether the specified number evaluates to positive infinity.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- f
- Type: System.Single
A single-precision floating-point number.
Floating-point operations return PositiveInfinity to signal an overflow condition.
Show: