nan property
Creates a new FloatingPointValue representing FloatingPointConstants.nan.
Implementation
FpvType get nan => ofConstant(FloatingPointConstants.nan);
Creates a new FloatingPointValue representing FloatingPointConstants.nan.
FpvType get nan => ofConstant(FloatingPointConstants.nan);