Difference between revisions of "ObjectType:array"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
== Methods ==
 
== Methods ==
 +
None
  
 
== Returns ==
 
== Returns ==

Revision as of 20:29, 26 August 2005

Description

Members

  • int Dimensions: Total number of extents of the array (e.g. 2-dimensional has two extents)
  • int Size: Total number of elements in the array, including all dimensions
  • int Size[#]: Total number of elements in a given dimension of the array

Methods

None

Returns

Examples

See Also