RatingRounding
type RatingRounding = "nearest" | "down" | "up" | "none";How a value snaps onto the precision grid. See the rounding table in the README.
type RatingRounding = "nearest" | "down" | "up" | "none";How a value snaps onto the precision grid. See the rounding table in the README.