C# Class AK.SolverTools.IntPair

Afficher le fichier Open project: akuukka/ExpressionSolver

Méthodes publiques

Свойство Type Description
first int
second int

Méthodes publiques

Méthode Description
IntPair ( int first, int second ) : System.Collections

Method Details

IntPair() public méthode

public IntPair ( int first, int second ) : System.Collections
first int
second int
Résultat System.Collections

Property Details

first public_oe property

public int first
Résultat int

second public_oe property

public int second
Résultat int