Overload List
| Name | Description | |
|---|---|---|
| Conversion(INumVar, NumVarType) |
Creates and returns an IConversion object for converting
the type of a variable in a model.
| |
| Conversion(array<INumVar>[]()[][], NumVarType) |
Creates and returns an IConversion object for converting
the type of the variables in array var in a model.
| |
| Conversion(array<INumVar>[]()[][], array<NumVarType>[]()[][]) |
Creates and returns an IConversion object for converting
the type of the variables in the array var in a model.
| |
| Conversion(INumVar, NumVarType, String) |
Creates and returns an IConversion object, with
the specified name, for converting the type of a variable in a model.
| |
| Conversion(array<INumVar>[]()[][], NumVarType, String) |
Creates and returns an IConversion object with
the specified type and name, for converting
the type of the variables in array var in a model.
| |
| Conversion(array<INumVar>[]()[][], array<NumVarType>[]()[][], String) |
Creates and returns an IConversion object,
with the specified name, for converting
the type of the variables in array var in a model.
|