IMSL C# Numerical Library

MPSReader.GetTypeVariable Method 

Returns the type of a variable. The variable types are CONTINUOUS_VARIABLE, BINARY_VARIABLE or INTEGER_VARIABLE.

public virtual int GetTypeVariable(
   int iVariable
);

Parameters

iVariable
An int specifying the number of the variable.

Return Value

An int containing the variable type.

See Also

MPSReader Class | Imsl.Math Namespace