C# Class LibiadaCore.Core.SimpleTypes.ValueInt

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

Public Methods

Method 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 method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

Equals() public method

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

Equals() public method

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 . ///
return bool

GetHashCode() public method

The get hash code.
public GetHashCode ( ) : int
return int

ToString() public method

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

ValueInt() public method

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