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