Casper Class Library

StaticVarOrder.GetNextVar Method 

Since the variables are stored increasingly, we return the number from input without any calculation.

public int GetNextVar(
   Int32 numberInQueue
);

Parameters

Int32
The number in queue.

Return Value

Number in queue.

Implements

IVariableOrdering.

See Also

StaticVarOrder Class | Casper.Algorithm.VariableOrdering Namespace