Uses of Class
one.microstream.exceptions.NumberRangeException
Package | Description |
---|---|
one.microstream.math | |
one.microstream.typing |
-
Uses of NumberRangeException in one.microstream.math
Methods in one.microstream.math that throw NumberRangeException Modifier and Type Method Description static int
XMath. negative(int value)
static long
XMath. negative(long value)
static double
XMath. notNegative(double value)
static int
XMath. notNegative(int value)
static long
XMath. notNegative(long value)
static Integer
XMath. notNegative(Integer value)
static Long
XMath. notNegative(Long value)
static double
XMath. notNegativeMax1(double value)
static double
XMath. positive(double value)
static float
XMath. positive(float value)
static int
XMath. positive(int value)
static long
XMath. positive(long value)
static double
XMath. positiveMax1(double value)
-
Uses of NumberRangeException in one.microstream.typing
Methods in one.microstream.typing that throw NumberRangeException Modifier and Type Method Description static int
XTypes. to_int(double value)
static int
XTypes. to_int(float value)
static int
XTypes. to_int(long value)
static int
XTypes. to_int(Number value)