AreaElectricChargeDensityNumeric

trait PartialOrdering[AreaElectricChargeDensity]
trait Serializable
trait Comparator[AreaElectricChargeDensity]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class NumericOps
Inherited from
Numeric
Inherited from
Ordering

Value members

Inherited methods

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from
Ordering
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def isReverseOf(other: Ordering[_]): Boolean
Inherited from
Ordering
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def max[U <: AreaElectricChargeDensity](x: U, y: U): U
Inherited from
Ordering
def min[U <: AreaElectricChargeDensity](x: U, y: U): U
Inherited from
Ordering
def on[U](f: U => AreaElectricChargeDensity): Ordering[U]
Inherited from
Ordering
Inherited from
Numeric
Inherited from
Ordering
def orElseBy[S](f: AreaElectricChargeDensity => S)(implicit ord: Ordering[S]): Ordering[AreaElectricChargeDensity]
Inherited from
Ordering
def parseString(str: String): Option[AreaElectricChargeDensity]
override def reverse: Ordering[AreaElectricChargeDensity]
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
Inherited from
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: AreaElectricChargeDensity <: <FromJavaObject>, _ <: U]): Comparator[AreaElectricChargeDensity]
Inherited from
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: AreaElectricChargeDensity <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[AreaElectricChargeDensity]
Inherited from
Comparator
def thenComparing(x$0: Comparator[_ >: AreaElectricChargeDensity <: <FromJavaObject>]): Comparator[AreaElectricChargeDensity]
Inherited from
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: AreaElectricChargeDensity <: <FromJavaObject>]): Comparator[AreaElectricChargeDensity]
Inherited from
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: AreaElectricChargeDensity <: <FromJavaObject>]): Comparator[AreaElectricChargeDensity]
Inherited from
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: AreaElectricChargeDensity <: <FromJavaObject>]): Comparator[AreaElectricChargeDensity]
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(message = "use `sign` method instead", since = "2.13.0")
Deprecated
[Since version 2.13.0] use `sign` method instead
Inherited from
Numeric

Implicits

Inherited implicits

Inherited from
Numeric
Inherited from
Ordering