Math.Rounding

abstract class Rounding
Companion
object
Source
__.scala
class Object
trait Matchable
class Any

Def

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