final class HFloat extends AnyVal
IEEE 754 half-precision floating point number https://en.wikipedia.org/wiki/Half-precision_floating-point_format
This class only implements conversion to and from standard Float
(single precision floating point).
Arithmetic is not implemented.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HFloat
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isInfinity: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN: Boolean
- def isNegInfinity: Boolean
- def isPosInfinity: Boolean
- val raw: Short
- def toFloat: Float
-
def
toString(): String
- Definition Classes
- Any