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.

The scale factor in decimal arrays is currently not enforced.

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