isNaN

fnbool isNaN(T)(const Checked!(T, WithNaN) x)

Queries whether a Checked!(T, WithNaN) object is not a number (NaN).

Parameters

xthe Checked instance queried

Returns

true if x is a NaN, false otherwise