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