ElectricChargeMassRatioNumeric

trait Ordering[ElectricChargeMassRatio]
trait PartialOrdering[ElectricChargeMassRatio]
trait Serializable
trait Comparator[ElectricChargeMassRatio]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class NumericOps
Inherited from
Numeric
Inherited from
Ordering

Value members

Inherited methods

Inherited from
Numeric
Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from
Ordering
override def gt(x: ElectricChargeMassRatio, y: ElectricChargeMassRatio): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def isReverseOf(other: Ordering[_]): Boolean
Inherited from
Ordering
override def lt(x: ElectricChargeMassRatio, y: ElectricChargeMassRatio): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def max[U <: ElectricChargeMassRatio](x: U, y: U): U
Inherited from
Ordering
def min[U <: ElectricChargeMassRatio](x: U, y: U): U
Inherited from
Ordering
def on[U](f: U => ElectricChargeMassRatio): Ordering[U]
Inherited from
Ordering
Inherited from
Numeric
def orElse(other: Ordering[ElectricChargeMassRatio]): Ordering[ElectricChargeMassRatio]
Inherited from
Ordering
def orElseBy[S](f: ElectricChargeMassRatio => S)(ord: Ordering[S]): Ordering[ElectricChargeMassRatio]
Inherited from
Ordering
def parseString(str: String): Option[ElectricChargeMassRatio]
override def reverse: Ordering[ElectricChargeMassRatio]
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def reversed(): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator
def thenComparing[U <: Comparable[_ >: U <: `<FromJavaObject>`]](`x$0`: Function[_ >: T <: `<FromJavaObject>`, _ <: U]): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator
def thenComparing[U <: `<FromJavaObject>`](`x$0`: Function[_ >: T <: `<FromJavaObject>`, _ <: U], `x$1`: Comparator[_ >: U <: `<FromJavaObject>`]): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator
def thenComparing(`x$0`: Comparator[_ >: T <: `<FromJavaObject>`]): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator
def thenComparingDouble(`x$0`: ToDoubleFunction[_ >: T <: `<FromJavaObject>`]): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator
def thenComparingInt(`x$0`: ToIntFunction[_ >: T <: `<FromJavaObject>`]): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator
def thenComparingLong(`x$0`: ToLongFunction[_ >: T <: `<FromJavaObject>`]): Comparator[ElectricChargeMassRatio]
Inherited from
Comparator

times is not a supported Numeric operation for Quantities. It is not possible to multiply a dimensional quantity by a like quantity and get another like quantity. Applying this class in a way that uses this method will result in an UnsupportedOperationException being thrown.

times is not a supported Numeric operation for Quantities. It is not possible to multiply a dimensional quantity by a like quantity and get another like quantity. Applying this class in a way that uses this method will result in an UnsupportedOperationException being thrown.

Value Params
x

Quantity[A]

y

Quantity[A]

Throws
scala.UnsupportedOperationException

for most types

Inherited from
AbstractQuantityNumeric
Inherited from
Ordering
Inherited from
Numeric

Deprecated and Inherited methods

@deprecated("use `sign` method instead", "2.13.0")
Deprecated
Inherited from
Numeric

Implicits

Inherited implicits

Inherited from
Numeric
Inherited from
Ordering