| Constant | Defined By | ||
|---|---|---|---|
| create : Function
Creates a new dynamic Vector object with the specified arguments. | core.vectors | ||
| getVectorDefinition : Function
Returns the definition of the Vector defines with the specified class. | core.vectors | ||
| isVector : Function
Indicates if the specified value is a Vector object. | core.vectors | ||
| toArray : Function
Converts an Vector to an Array. | core.vectors | ||
| create | Constant |
public const create:FunctionCreates a new dynamic Vector object with the specified arguments.
| getVectorDefinition | Constant |
public const getVectorDefinition:FunctionReturns the definition of the Vector defines with the specified class. A specific ApplicationDomain can be specified.
| isVector | Constant |
public const isVector:FunctionIndicates if the specified value is a Vector object.
| toArray | Constant |
public const toArray:FunctionConverts an Vector to an Array.