Chapter Contents

Previous

Next
SCL List Class: _getDouble

SCL List Class: _getDouble



Gets a double value from the list at the position specified by index. If index is negative, the position to get the item is determined by counting down from the end of the list.


Syntax

Syntax

return = objectName._getDouble( index );

Argument Type Use Description
return Numeric Return The numeric value found at the index.
index Numeric Input Index to get the item from.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.