Decimal.isNaN

Returns true if this Decimal represents a NaN (Not a Number) value.

struct Decimal(uint size64)
@safe scope const @property
bool
isNaN
()
if (
size64 &&
size64 <= ushort.max
)