public static interface DoubleType.DoubleIsConflicted
extends scala.math.Numeric<Object>
scala.math.Numeric.BigDecimalAsIfIntegral, scala.math.Numeric.BigDecimalAsIfIntegral$, scala.math.Numeric.BigDecimalIsConflicted, scala.math.Numeric.BigDecimalIsFractional, scala.math.Numeric.BigDecimalIsFractional$, scala.math.Numeric.BigIntIsIntegral, scala.math.Numeric.BigIntIsIntegral$, scala.math.Numeric.ByteIsIntegral, scala.math.Numeric.ByteIsIntegral$, scala.math.Numeric.CharIsIntegral, scala.math.Numeric.CharIsIntegral$, scala.math.Numeric.DoubleAsIfIntegral, scala.math.Numeric.DoubleAsIfIntegral$, scala.math.Numeric.DoubleIsConflicted, scala.math.Numeric.DoubleIsFractional, scala.math.Numeric.DoubleIsFractional$, scala.math.Numeric.ExtraImplicits, scala.math.Numeric.FloatAsIfIntegral, scala.math.Numeric.FloatAsIfIntegral$, scala.math.Numeric.FloatIsConflicted, scala.math.Numeric.FloatIsFractional, scala.math.Numeric.FloatIsFractional$, scala.math.Numeric.Implicits$, scala.math.Numeric.IntIsIntegral, scala.math.Numeric.IntIsIntegral$, scala.math.Numeric.LongIsIntegral, scala.math.Numeric.LongIsIntegral$, scala.math.Numeric.Ops, scala.math.Numeric.ShortIsIntegral, scala.math.Numeric.ShortIsIntegral$
scala.math.Ordering.BigDecimal$, scala.math.Ordering.BigDecimalOrdering, scala.math.Ordering.BigInt$, scala.math.Ordering.BigIntOrdering, scala.math.Ordering.Boolean$, scala.math.Ordering.BooleanOrdering, scala.math.Ordering.Byte$, scala.math.Ordering.ByteOrdering, scala.math.Ordering.Char$, scala.math.Ordering.CharOrdering, scala.math.Ordering.Double$, scala.math.Ordering.DoubleOrdering, scala.math.Ordering.Float$, scala.math.Ordering.FloatOrdering, scala.math.Ordering.Int$, scala.math.Ordering.IntOrdering, scala.math.Ordering.Long$, scala.math.Ordering.LongOrdering, scala.math.Ordering.OptionOrdering<T>, scala.math.Ordering.Short$, scala.math.Ordering.ShortOrdering, scala.math.Ordering.String$, scala.math.Ordering.StringOrdering, scala.math.Ordering.Unit$, scala.math.Ordering.UnitOrdering
Modifier and Type | Method and Description |
---|---|
double |
abs(double x) |
double |
fromInt(int x) |
double |
minus(double x,
double y) |
double |
negate(double x) |
scala.Option<Object> |
parseString(String str) |
double |
plus(double x,
double y) |
double |
times(double x,
double y) |
double |
toDouble(double x) |
float |
toFloat(double x) |
int |
toInt(double x) |
long |
toLong(double x) |
$init$, abs, minus, mkNumericOps, negate, one, plus, signum, times, toDouble, toFloat, toInt, toLong, zero
$init$, apply, by, comparatorToOrdering, compare, equiv, fromLessThan, gt, gteq, Iterable, lt, lteq, max, min, mkOrderingOps, on, Option, ordered, reverse, tryCompare, Tuple2, Tuple3, Tuple4, Tuple5, Tuple6, Tuple7, Tuple8, Tuple9
double abs(double x)
double fromInt(int x)
fromInt
in interface scala.math.Numeric<Object>
double minus(double x, double y)
double negate(double x)
scala.Option<Object> parseString(String str)
double plus(double x, double y)
double times(double x, double y)
double toDouble(double x)
float toFloat(double x)
int toInt(double x)
long toLong(double x)