Overload List
| Name | Description | |
|---|---|---|
| Conversion(INumVar, NumVarType) |
Converts a numeric variable to a specified type.
| |
| Conversion(array<INumVar>[]()[][], NumVarType) |
Converts an array of numeric variables to the specified type.
| |
| Conversion(array<INumVar>[]()[][], array<NumVarType>[]()[][]) |
Converts an array of numeric variables to the corresponding
specified types.
| |
| Conversion(INumVar, NumVarType, String) |
Converts a numeric variable to the specified type and names
the converted variable.
| |
| Conversion(array<INumVar>[]()[][], NumVarType, String) |
Converts an array of numeric variables to the specified type
and names the conversion object.
| |
| Conversion(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.
|