C# Class LibiadaWeb.Models.Calculators.IntPair

The integer pair.
Afficher le fichier Open project: intervals-mining-lab/libiada-web

Méthodes publiques

Свойство Type Description
First int
Second int

Méthodes publiques

Méthode Description
IntPair ( int first, int second )

Initializes a new instance of the IntPair structure.

Method Details

IntPair() public méthode

Initializes a new instance of the IntPair structure.
public IntPair ( int first, int second )
first int /// The first. ///
second int /// The second. ///

Property Details

First public_oe property

The first.
public int First
Résultat int

Second public_oe property

The second.
public int Second
Résultat int