Visualizators > Visualizators Assembly Interfaces > IVZDoubleArray
Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZDoubleArray interface is used to work with an array of real numbers with double precision.
IVZDoubleArray
Property name | Brief description | |
![]() |
The Count property returns array size. | |
![]() |
The Item property determines an array element. |
Method name | Brief description | |
![]() |
The Add method adds a new element to array. | |
![]() |
The Clear method deletes all array elements. | |
![]() |
The InsertAt method adds a new element to array by the selected index. | |
![]() |
The Remove method removes an array element by the selected index. |
See also: