final class F64 extends AnyVal with FloatingPoint with HasBoxer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- F64
- HasBoxer
- FloatingPoint
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new F64(value: Double)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
- def %(other: F64): F64
- def *(other: F64): F64
- def +(other: F64): F64
- def -(other: F64): F64
- def /(other: F64): F64
- def <(other: F64): B
- def <=(other: F64): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def >(other: F64): B
- def >=(other: F64): B
-
def
BitWidth: Z
- Definition Classes
- F64 → FloatingPoint
-
def
ExponentBitWidth: Z
- Definition Classes
- F64 → FloatingPoint
-
def
SignificandBitWidth: Z
- Definition Classes
- F64 → FloatingPoint
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def native: Double
- def string: String
-
def
toString(): java.lang.String
- Definition Classes
- F64 → Any
- def unary_-: F64
- val value: Double