MFloat

final case class MFloat(value: Float) extends MNumber
trait Product
trait Equals
trait MNumber
trait Fmt
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def asBigInt: BigInt
def asByte: Byte
def asDouble: Double
def asFloat: Float
def asInt: Int
def asLong: Long
def asShort: Short
def pack(buffer: MessagePacker): Unit

Inherited methods

def isNil: Boolean
Inherited from:
MNumber
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product