C# Class AK.SolverTools.IntPair

Show file Open project: akuukka/ExpressionSolver

Public Properties

Property Type Description
first int
second int

Public Methods

Method Description
IntPair ( int first, int second ) : System.Collections

Method Details

IntPair() public method

public IntPair ( int first, int second ) : System.Collections
first int
second int
return System.Collections

Property Details

first public property

public int first
return int

second public property

public int second
return int