Rounds towards "nearest neighbor" unless both neighbors are equidistant, in which case round towards positive infinity.
If the result is positive, behaves as for HALF_UP; if negative, behaves as for HALF_DOWN.
public const HALF_CEILING = 7;