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

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_countOfParams int

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

Метод Описание
Equals ( object obj ) : bool

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

FunctionToken ( Functions function ) : System

Initializes the FunctionToken class.

FunctionToken ( Functions function, int countOfParams ) : System

Initializes the FunctionToken class.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a string that represents the current object.

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

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

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

Initializes the FunctionToken class.
public FunctionToken ( Functions function ) : System
function Functions A function.
Результат System

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

Initializes the FunctionToken class.
public FunctionToken ( Functions function, int countOfParams ) : System
function Functions A function.
countOfParams int The count of parameters.
Результат System

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

Описание свойств

m_countOfParams защищенное свойство

The count of parameters
protected int m_countOfParams
Результат int