VZDoubleArray

Description

The VZDoubleArray class implements an object used to work with an array of real numbers with double precision.

Properties of Class Object Inherited from IVZDoubleArray

  Property name Brief description
Count

The Count property returns array size.
Item

The Item property determines an array element.

Methods of Class Object Inherited from IVZDoubleArray

  Method name Brief description
Add

The Add method adds a new element to array.
Clear

The Clear method deletes all array elements.
InsertAt

The InsertAt method adds a new element to array by the selected index.
Remove

The Remove method removes an array element by the selected index.

See also:

Visualizators Assembly Classes