ConstReadonlyBanker: "banker"Alias of RoundingStrategies.Default.
ReadonlyConservativeRound toward negative infinity, conservative for loss.
ReadonlyConservativeRound toward negative infinity, conservative for profit.
ReadonlyDefault: "default"Midpoint nearest-even (banker's rounding).
ReadonlyDown: "down"Round toward negative infinity (floor).
ReadonlyMidpointRound midpoint values away from zero.
ReadonlyMidpointRound midpoint values toward the nearest even last digit.
ReadonlyUp: "up"Round toward positive infinity (ceiling).
Named rounding strategies accepted by the
*Roundedvalue-type factories.Each value is a RoundingStrategy wire string, so the object provides autocomplete without forcing callers off the plain string form; the literals remain assignable.