C# Class xFunc.Maths.Tokens.UserFunctionToken

Represents a user-function token.
Inheritance: FunctionToken
Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a string that represents the current object.

UserFunctionToken ( string functionName ) : System

Initializes the UserFunctionToken class.

UserFunctionToken ( string functionName, int countOfParams ) : System

Initializes the UserFunctionToken class.

Method Details

Equals() public méthode

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
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 string that represents the current object.
public ToString ( ) : string
Résultat string

UserFunctionToken() public méthode

Initializes the UserFunctionToken class.
public UserFunctionToken ( string functionName ) : System
functionName string A name of function.
Résultat System

UserFunctionToken() public méthode

Initializes the UserFunctionToken class.
public UserFunctionToken ( string functionName, int countOfParams ) : System
functionName string A name of function.
countOfParams int A count of parameters.
Résultat System