C# 클래스 LibiadaWeb.Models.Calculators.IntPair

The integer pair.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

공개 프로퍼티들

프로퍼티 타입 설명
First int
Second int

공개 메소드들

메소드 설명
IntPair ( int first, int second )

Initializes a new instance of the IntPair structure.

메소드 상세

IntPair() 공개 메소드

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

프로퍼티 상세

First 공개적으로 프로퍼티

The first.
public int First
리턴 int

Second 공개적으로 프로퍼티

The second.
public int Second
리턴 int