C# Class LibiadaCore.Core.SimpleTypes.ValueInt

Integer value element class.
Inheritance: IBaseObject
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Clone() public méthode

The clone.
public Clone ( ) : IBaseObject
Résultat IBaseObject

Equals() public méthode

The equals.
public Equals ( ValueInt other ) : bool
other ValueInt /// The other element. ///
Résultat bool

Equals() public méthode

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 . ///
Résultat bool

GetHashCode() public méthode

The get hash code.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string

ValueInt() public méthode

Initializes a new instance of the ValueInt class.
public ValueInt ( int i ) : System.Globalization
i int /// The i. ///
Résultat System.Globalization