Difference between revisions of "ObjectType:array"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Members ==
 
== Members ==
*[[DataType:int|int]] Dimensions: Total number of extents of the array (e.g. 2-dimensional has two extents)
+
*[[DataType:int|int]] '''Dimensions''': Total number of extents of the array (e.g. 2-dimensional has two extents)
*[[DataType:int|int]] Size: Total number of elements in the array, including all dimensions
+
*[[DataType:int|int]] '''Size''': Total number of elements in the array, including all dimensions
*[[DataType:int|int]] Size[#]: Total number of elements in a given dimension of the array
+
*[[DataType:int|int]] '''Size['''#''']''': Total number of elements in a given dimension of the array
  
 
== Methods ==
 
== Methods ==

Revision as of 18:09, 9 March 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

Returns

Examples

See Also