Uses of Class
at.syntaxerror.ieee754.rounding.Rounding
Packages that use Rounding
-
Uses of Rounding in at.syntaxerror.ieee754.rounding
Fields in at.syntaxerror.ieee754.rounding declared as RoundingModifier and TypeFieldDescriptionstatic @NonNull Rounding
Rounding.DEFAULT_ROUNDING
The rounding method used byFloatingCodec.encode(at.syntaxerror.ieee754.Floating)
and its descendents.static final Rounding
Rounding.TIES_AWAY
Round to nearest, ties away from zerostatic final Rounding
Rounding.TIES_EVEN
Round to nearest, ties to even.static final Rounding
Rounding.TOWARD_NEGATIVE
Round toward -∞static final Rounding
Rounding.TOWARD_POSITIVE
Round toward +∞static final Rounding
Rounding.TOWARD_ZERO
Round toward 0