MINVALUE/MAXVALUE

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
 

Detailed Description

Variable Documentation

◆ MINVALUE_FLOAT32

const Float32 MINVALUE_FLOAT32
static

Minimum value a Float32 can represent.

◆ MAXVALUE_FLOAT32

const Float32 MAXVALUE_FLOAT32
static

Maximum value a Float32 can represent.

◆ MINVALUE_FLOAT64

const Float64 MINVALUE_FLOAT64
static

Minimum value a Float64 can represent.

◆ MAXVALUE_FLOAT64

const Float64 MAXVALUE_FLOAT64
static

Maximum value a Float64 can represent.

◆ MINVALUE_INT32_FLOAT32

const Float32 MINVALUE_INT32_FLOAT32
static

Minimum Float32 value that can be represented by Int32 (-0x7FFFFF80). Lower values will results in an overflow.

◆ MAXVALUE_INT32_FLOAT32

const Float32 MAXVALUE_INT32_FLOAT32
static

Maximum Float32 value that can be represented by Int32 ( 0x7FFFFF80). Higher values will results in an overflow.

◆ MINVALUE_INT64_FLOAT64

const Float64 MINVALUE_INT64_FLOAT64
static

Minimum Float64 value that can be represented by Int64 (-0x7ffffffffffffdff). Lower values will results in an overflow.

◆ MAXVALUE_INT64_FLOAT64

const Float64 MAXVALUE_INT64_FLOAT64
static

Maximum Float64 value that can be represented by Int64 ( 0x7ffffffffffffdff). Higher values will results in an overflow.

◆ MINRANGE_FLOAT32

const Float32 MINRANGE_FLOAT32
static

'Safe' minimum range for Float32. Guarantees that multiplication of two numbers doesn't produce an overflow.

◆ MAXRANGE_FLOAT32

const Float32 MAXRANGE_FLOAT32
static

'Safe' maximum range for Float32. Guarantees that multiplication of two numbers doesn't produce an overflow.

◆ MINRANGE_FLOAT64

const Float64 MINRANGE_FLOAT64
static

'Safe' minimum range for Float. Guarantees that multiplication of two numbers doesn't produce an overflow.

◆ MAXRANGE_FLOAT64

const Float64 MAXRANGE_FLOAT64
static

'Safe' maximum range for Float. Guarantees that multiplication of two numbers doesn't produce an overflow.

◆ MINVALUE_FLOAT

const Float MINVALUE_FLOAT
static

Minimum value a Float can represent.

◆ MAXVALUE_FLOAT

const Float MAXVALUE_FLOAT
static

Maximum value a Float can represent.

◆ MINRANGE_FLOAT

const Float MINRANGE_FLOAT
static

'Safe' minimum range for Float64. Guarantees that multiplication of two numbers doesn't produce an overflow.

◆ MAXRANGE_FLOAT

const Float MAXRANGE_FLOAT
static

'Safe' maximum range for Float64. Guarantees that multiplication of two numbers doesn't produce an overflow.