Math.Format

opaque type Format

Def

inline def apply(v: Double): String
inline def apply(v: Long): String
inline def apply(v: java.lang.Number): String
inline def apply[A <: Any.Int](v: A): String
inline def apply[A <: Any.Long](v: A): String
inline def apply[A <: Any.Float](v: A): String
inline def apply[A <: Any.Double](v: A): String
inline def real: java.text.DecimalFormat

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala