RealArray Class

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

Real arrays inherit the methods defined in the Array class.

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

Array

(None)