DataType
Represents a runtime data type
Operations
GetClassName
Returns array the class type name
method : public : GetClassName() ~ StringReturn
| 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() ~ IntReturn
| Type | Description |
|---|---|
| Int | array dimension size of the data type |