isNaN property

bool get isNaN

True if any component is NaN.

Implementation

bool get isNaN => _v2storage[1].isNaN || _v2storage[0].isNaN;