Math.Rounding

abstract class Rounding
class java.lang.Object
trait scala.Matchable
class Any

Def

def apply(v: Byte, size: Byte): Byte
def apply(v: Short, size: Short): Short
def apply(v: Int, size: Int): Int
def apply(v: Float, size: Float): Float
def apply(v: Long, size: Long): Long
def apply(v: Double, size: Double): Double
def decimal(v: Double, scale: Int): Double
val mode: java.math.RoundingMode