Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > DecimalArray Class

DecimalArray Class

The DecimalArray class is an ordered collection of Decimal values in which the values are referenced by their position in the collection.

By default, the decimal size is 23 and the scale factor of decimals in the array is 2.

Decimal arrays inherit the methods defined in the Array class.

The bracket ([]) subscript operators enable you to assign values to and receive values from a Decimal array.

Array

(None