positiveZero property

FpvType get positiveZero

Creates a new FloatingPointValue representing FloatingPointConstants.positiveZero.

Implementation

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