negativeZero property

FpvType get negativeZero

Creates a new FloatingPointValue representing FloatingPointConstants.negativeZero.

Implementation

FpvType get negativeZero => ofConstant(FloatingPointConstants.negativeZero);