AngleNumeric

trait Numeric[Angle]
trait Ordering[Angle]
trait PartialOrdering[Angle]
trait Equiv[Angle]
trait Serializable
trait Comparator[Angle]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class NumericOps
Inherited from
Numeric
Inherited from
Ordering

Value members

Inherited methods

def abs(x: Angle): Angle
Inherited from
Numeric
def compare(x: Angle, y: Angle): Int
override def equiv(x: Angle, y: Angle): Boolean
Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from
Ordering
def fromInt(x: Int): Angle
override def gt(x: Angle, y: Angle): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
override def gteq(x: Angle, y: Angle): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def isReverseOf(other: Ordering[_]): Boolean
Inherited from
Ordering
override def lt(x: Angle, y: Angle): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
override def lteq(x: Angle, y: Angle): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def max[U <: Angle](x: U, y: U): U
Inherited from
Ordering
def min[U <: Angle](x: U, y: U): U
Inherited from
Ordering
def minus(x: Angle, y: Angle): Angle
def negate(x: Angle): Angle
def on[U](f: U => Angle): Ordering[U]
Inherited from
Ordering
def one: Angle
Inherited from
Numeric
def orElse(other: Ordering[Angle]): Ordering[Angle]
Inherited from
Ordering
def orElseBy[S](f: Angle => S)(implicit ord: Ordering[S]): Ordering[Angle]
Inherited from
Ordering
def parseString(str: String): Option[Angle]
def plus(x: Angle, y: Angle): Angle
override def reverse: Ordering[Angle]
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def reversed(): Comparator[Angle]
Inherited from
Comparator
def sign(x: Angle): Angle
Inherited from
Numeric
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Angle <: <FromJavaObject>, _ <: U]): Comparator[Angle]
Inherited from
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Angle <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[Angle]
Inherited from
Comparator
def thenComparing(x$0: Comparator[_ >: Angle <: <FromJavaObject>]): Comparator[Angle]
Inherited from
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Angle <: <FromJavaObject>]): Comparator[Angle]
Inherited from
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: Angle <: <FromJavaObject>]): Comparator[Angle]
Inherited from
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: Angle <: <FromJavaObject>]): Comparator[Angle]
Inherited from
Comparator
def times(x: Angle, y: Angle): Angle

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
def toDouble(x: Angle): Double
def toFloat(x: Angle): Float
def toInt(x: Angle): Int
def toLong(x: Angle): Long
def tryCompare(x: Angle, y: Angle): Some[Int]
Inherited from
Ordering
def zero: Angle
Inherited from
Numeric

Deprecated and Inherited methods

@deprecated(message = "use `sign` method instead", since = "2.13.0")
def signum(x: Angle): Int
Deprecated
[Since version 2.13.0] use `sign` method instead
Inherited from
Numeric

Inherited fields

Implicits

Inherited implicits

implicit def mkNumericOps(lhs: Angle): NumericOps
Inherited from
Numeric
implicit def mkOrderingOps(lhs: Angle): OrderingOps
Inherited from
Ordering