Method IsPositiveInfinity
IsPositiveInfinity(Decimal128)
Returns a value indicating whether the specified number evaluates to positive infinity.
public static bool IsPositiveInfinity(Decimal128 d)Parameters
- dDecimal128
- A 128-bit decimal. 
Returns
- bool
- true if - devaluates to positive infinity; otherwise, false.