Method IsNaN
IsNaN(Decimal128)
Returns a value indicating whether the specified number is not a number.
public static bool IsNaN(Decimal128 d)
Parameters
dDecimal128A 128-bit decimal.
Returns
- bool
true if
dis not a number; otherwise, false.
Returns a value indicating whether the specified number is not a number.
public static bool IsNaN(Decimal128 d)
d Decimal128A 128-bit decimal.
true if d is not a number; otherwise, false.