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 RoundingRounding.DEFAULT_ROUNDINGThe rounding method used byFloatingCodec.encode(at.syntaxerror.ieee754.Floating)and its descendents.static final RoundingRounding.TIES_AWAYRound to nearest, ties away from zerostatic final RoundingRounding.TIES_EVENRound to nearest, ties to even.static final RoundingRounding.TOWARD_NEGATIVERound toward -∞static final RoundingRounding.TOWARD_POSITIVERound toward +∞static final RoundingRounding.TOWARD_ZERORound toward 0