|
Navigation: Function Reference > Study Formula Functions > ThisStudy.getDoubleArray() ThisStudy.getDoubleArray() |
Top Previous Next |
ThisStudy.getDoubleArray( size: Integer ) : TEDoubleArray;
Returns a storage object of type TEDoubleArray with a lifetime that spans script iterations. These special storage objects can be worked with just like arrays and can be used to store data of type Double. All housekeeping is taken care of by ScanExpert for any storage objects created.
Parameters
size |
integer value representing the size of the storage object being requested, in elements. |
See also: