Overload List

  NameDescription
Public methodConversion(INumVar, NumVarType)
Converts a numeric variable to a specified type.
Public methodConversion(array<INumVar>[]()[][], NumVarType)
Converts an array of numeric variables to the specified type.
Public methodConversion(array<INumVar>[]()[][], array<NumVarType>[]()[][])
Converts an array of numeric variables to the corresponding specified types.
Public methodConversion(INumVar, NumVarType, String)
Converts a numeric variable to the specified type and names the converted variable.
Public methodConversion(array<INumVar>[]()[][], NumVarType, String)
Converts an array of numeric variables to the specified type and names the conversion object.
Public methodConversion(array<INumVar>[]()[][], array<NumVarType>[]()[][], String)
Converts an array of numeric variables, each one converted to the type corresponding to the types in an array of types, and names the conversion object.

See Also