Variables | |
static const Float32 | MINVALUE_FLOAT32 |
static const Float32 | MAXVALUE_FLOAT32 |
static const Float64 | MINVALUE_FLOAT64 |
static const Float64 | MAXVALUE_FLOAT64 |
static const Float32 | MINVALUE_INT32_FLOAT32 |
static const Float32 | MAXVALUE_INT32_FLOAT32 |
static const Float64 | MINVALUE_INT64_FLOAT64 |
static const Float64 | MAXVALUE_INT64_FLOAT64 |
static const Float32 | MINRANGE_FLOAT32 |
static const Float32 | MAXRANGE_FLOAT32 |
static const Float64 | MINRANGE_FLOAT64 |
static const Float64 | MAXRANGE_FLOAT64 |
static const Float | MINVALUE_FLOAT |
static const Float | MAXVALUE_FLOAT |
static const Float | MINRANGE_FLOAT |
static const Float | MAXRANGE_FLOAT |
|
static |
Minimum value a Float32 can represent.
|
static |
Maximum value a Float32 can represent.
|
static |
Minimum value a Float64 can represent.
|
static |
Maximum value a Float64 can represent.
|
static |
Minimum Float32 value that can be represented by Int32 (-0x7FFFFF80). Lower values will results in an overflow.
|
static |
Maximum Float32 value that can be represented by Int32 ( 0x7FFFFF80). Higher values will results in an overflow.
|
static |
Minimum Float64 value that can be represented by Int64 (-0x7ffffffffffffdff). Lower values will results in an overflow.
|
static |
Maximum Float64 value that can be represented by Int64 ( 0x7ffffffffffffdff). Higher values will results in an overflow.
|
static |
'Safe' minimum range for Float32. Guarantees that multiplication of two numbers doesn't produce an overflow.
|
static |
'Safe' maximum range for Float32. Guarantees that multiplication of two numbers doesn't produce an overflow.
|
static |
'Safe' minimum range for Float. Guarantees that multiplication of two numbers doesn't produce an overflow.
|
static |
'Safe' maximum range for Float. Guarantees that multiplication of two numbers doesn't produce an overflow.
|
static |
Minimum value a Float can represent.
|
static |
Maximum value a Float can represent.
|
static |
'Safe' minimum range for Float64. Guarantees that multiplication of two numbers doesn't produce an overflow.
|
static |
'Safe' maximum range for Float64. Guarantees that multiplication of two numbers doesn't produce an overflow.