C# Класс xFunc.Maths.Tokens.UserFunctionToken

Represents a user-function token.
Наследование: FunctionToken
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string

UserFunctionToken() публичный Метод

Initializes the UserFunctionToken class.
public UserFunctionToken ( string functionName ) : System
functionName string A name of function.
Результат System

UserFunctionToken() публичный Метод

Initializes the UserFunctionToken class.
public UserFunctionToken ( string functionName, int countOfParams ) : System
functionName string A name of function.
countOfParams int A count of parameters.
Результат System