Public Constants
 ConstantDefined 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
Constant Detail
createConstant
public const create:Function

Creates a new dynamic Vector object with the specified arguments.

getVectorDefinitionConstant 
public const getVectorDefinition:Function

Returns the definition of the Vector defines with the specified class. A specific ApplicationDomain can be specified.

isVectorConstant 
public const isVector:Function

Indicates if the specified value is a Vector object.

toArrayConstant 
public const toArray:Function

Converts an Vector to an Array.