Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Parse | NegativeMin | ||
NegativeValueClosestToZero | |||
PositiveMax | |||
PositiveValueClosestToZero |
Properties
NegativeMin : doublereal
read-only
static
The smallest (most negative) value that can be represented by a DoubleReal.
var NegativeMin : DoubleReal
NegativeValueClosestToZero : doublereal
read-only
static
The negative value closest to zero that can be represented by a DoubleReal.
var NegativeValueClosestToZero : DoubleReal
PositiveMax : doublereal
read-only
static
The largest (most positive) value that can be represented by a DoubleReal.
var PositiveMax : DoubleReal
PositiveValueClosestToZero : doublereal
read-only
static
The positive value closest to zero that can be represented by a DoubleReal.
var PositiveValueClosestToZero : DoubleReal
Methods
Parse : doublereal
static
Attempt to convert the given StringRange to a DoubleReal. If parsing fails 0 is returned. |Name|Type|Description| |---|---|---| |p0|stringrange| |
function Parse(p0 : StringRange) : DoubleReal