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