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