Overload List

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

See Also