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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int GetTypeVariable(
	int iVariable
)
Visual Basic (Declaration)
Public Overridable Function GetTypeVariable ( _
	iVariable As Integer _
) As Integer
Visual C++
public:
virtual int GetTypeVariable(
	int iVariable
)

Parameters

iVariable
Type: System..::.Int32
An int specifying the number of the variable.

Return Value

An int containing the variable type.

See Also