implicit final class NumberEnrichment extends AnyVal
Number Enrichment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumberEnrichment
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
NumberEnrichment(number: NumeralInstance)
- number
the given number
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
*(aNumber: NumeralInstance): Double
- Annotations
- @inline()
-
def
*(value: Double): Double
- Annotations
- @inline()
-
def
*=(aNumber: NumeralInstance): number.type
- Annotations
- @inline()
-
def
*=(value: Double): number.type
- Annotations
- @inline()
-
def
+(aNumber: NumeralInstance): Double
- Annotations
- @inline()
-
def
+(value: Double): Double
- Annotations
- @inline()
-
def
+=(aNumber: NumeralInstance): number.type
- Annotations
- @inline()
-
def
+=(value: Double): number.type
- Annotations
- @inline()
-
def
-(aNumber: NumeralInstance): Double
- Annotations
- @inline()
-
def
-(value: Double): Double
- Annotations
- @inline()
-
def
-=(aNumber: NumeralInstance): number.type
- Annotations
- @inline()
-
def
-=(value: Double): number.type
- Annotations
- @inline()
-
def
/(aNumber: NumeralInstance): Double
- Annotations
- @inline()
-
def
/(value: Double): Double
- Annotations
- @inline()
-
def
/=(aNumber: NumeralInstance): number.type
- Annotations
- @inline()
-
def
/=(value: Double): number.type
- Annotations
- @inline()
-
def
<(aNumber: NumeralInstance): Boolean
- Annotations
- @inline()
-
def
<(value: Double): Boolean
- Annotations
- @inline()
-
def
<=(aNumber: NumeralInstance): Boolean
- Annotations
- @inline()
-
def
<=(value: Double): Boolean
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(aNumber: NumeralInstance): Boolean
- Annotations
- @inline()
-
def
>(value: Double): Boolean
- Annotations
- @inline()
-
def
>=(aNumber: NumeralInstance): Boolean
- Annotations
- @inline()
-
def
>=(value: Double): Boolean
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val number: NumeralInstance
-
def
toString(): String
- Definition Classes
- Any