AK.SolverTools.IntPair.IntPair C# (CSharp) Method

IntPair() public method

public IntPair ( int first, int second ) : System.Collections
first int
second int
return System.Collections
            public IntPair(int first, int second)
            {
                this.first = first;
                this.second = second;
            }
SolverTools.IntPair