C# 클래스 LibiadaCore.Core.SimpleTypes.ValueInt

Integer value element class.
상속: IBaseObject
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : IBaseObject

The clone.

Equals ( ValueInt other ) : bool

The equals.

Equals ( object other ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

The get hash code.

ToString ( ) : string

Returns a string that represents the current object.

ValueInt ( int i ) : System.Globalization

Initializes a new instance of the ValueInt class.

메소드 상세

Clone() 공개 메소드

The clone.
public Clone ( ) : IBaseObject
리턴 IBaseObject

Equals() 공개 메소드

The equals.
public Equals ( ValueInt other ) : bool
other ValueInt /// The other element. ///
리턴 bool

Equals() 공개 메소드

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object other ) : bool
other object /// The to compare with the current . ///
리턴 bool

GetHashCode() 공개 메소드

The get hash code.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string

ValueInt() 공개 메소드

Initializes a new instance of the ValueInt class.
public ValueInt ( int i ) : System.Globalization
i int /// The i. ///
리턴 System.Globalization