qNan static method

Half qNan()

Returns a NAN with the bit pattern 0111111111111111.

Implementation

static Half qNan() => Half.fromBits(0x7fff);