Table of Contents

Core

Methods Properties Base Classes Derived Classes
Parse NegativeMin
NegativeValueClosestToZero
PositiveMax
PositiveValueClosestToZero

Properties


NegativeMin : doubleinteger

read-only static

The smallest (most negative) value that can be represented by a DoubleInteger.

var NegativeMin : DoubleInteger

NegativeValueClosestToZero : doubleinteger

read-only static

The negative value closest to zero that can be represented by a DoubleInteger.

var NegativeValueClosestToZero : DoubleInteger

PositiveMax : doubleinteger

read-only static

The largest (most positive) value that can be represented by a DoubleInteger.

var PositiveMax : DoubleInteger

PositiveValueClosestToZero : doubleinteger

read-only static

The positive value closest to zero that can be represented by a DoubleInteger.

var PositiveValueClosestToZero : DoubleInteger

Methods


Parse : doubleinteger

static

Attempt to convert the given StringRange to a DoubleInteger. If parsing fails 0 is returned. |Name|Type|Description| |---|---|---| |p0|stringrange| |

function Parse(p0 : StringRange) : DoubleInteger