Rounding
The rounding parameter
The rounding parameter is an enum which corresponds to 0 = Nearest, 1 = Up, 2 = Down, 3 = None.
enum Rounding: Int {
case Nearest = 0, Up, Down, None
}
Updated over 2 years ago
The rounding parameter
The rounding parameter is an enum which corresponds to 0 = Nearest, 1 = Up, 2 = Down, 3 = None.
enum Rounding: Int {
case Nearest = 0, Up, Down, None
}
Updated over 2 years ago