DataType
Represents a runtime data type
Operations
GetClassName
Returns array the class type name
method : public : GetClassName() ~ String
Return
Type | Description |
---|---|
String | class type name |
GetDimension
Returns array dimension size of the data type. Will return 0 if type is a scalar
method : public : GetDimension() ~ Int
Return
Type | Description |
---|---|
Int | array dimension size of the data type |