C# Class xFunc.Maths.Tokens.ComplexNumberToken

Represent complex number token.
Inheritance: IToken
Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

Méthode Description
ComplexNumberToken ( Complex complex ) : System

Initializes a new instance of the ComplexNumberToken class.

Equals ( object obj ) : bool

Determines whether the specified System.Object, is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

ComplexNumberToken() public méthode

Initializes a new instance of the ComplexNumberToken class.
public ComplexNumberToken ( Complex complex ) : System
complex Complex The complex number.
Résultat System

Equals() public méthode

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string