Difference between revisions of "CATable::NumDims"

(Created page with "<< Back to CATable = property short NumDims = == Description == The number of dimensions of the table (zero if it is a scalar with no dimensions). == Data type ==...")
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[CATable|<< Back to CATable]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]]
 +
<languages />
 +
<translate>
 +
= property short NumDims = <!--T:1-->
  
= property short NumDims =
+
== Description == <!--T:2-->
 
 
== Description ==
 
  
 +
<!--T:3-->
 
The number of dimensions of the table (zero if it is a scalar with no dimensions).
 
The number of dimensions of the table (zero if it is a scalar with no dimensions).
  
== Data type ==
+
== Data type == <!--T:4-->
  
 +
<!--T:5-->
 
short
 
short
  
== Access ==
+
== Access == <!--T:6-->
  
 +
<!--T:7-->
 
read
 
read
  
== Usage ==
+
== Usage == <!--T:8-->
  
 +
<!--T:9-->
 
x = tab.NumDims
 
x = tab.NumDims
  
== See Also ==
+
== See Also == <!--T:10-->
  
 +
<!--T:11-->
 
* [[CATable::IndexName]]
 
* [[CATable::IndexName]]
 
* [[CATable::GetIndexObject]]
 
* [[CATable::GetIndexObject]]
 +
</translate>

Latest revision as of 01:00, 16 June 2015

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

property short NumDims

Description

The number of dimensions of the table (zero if it is a scalar with no dimensions).

Data type

short

Access

read

Usage

x = tab.NumDims

See Also

Comments


You are not allowed to post comments.