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

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

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

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

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

GetHashCode ( ) : int

Returns a hash code for this instance.

OperationToken ( Operations operation ) : System

Initializes the OperationToken class.

ToString ( ) : string

Returns a string that represents the current object.

Приватные методы

Метод Описание
GetPriority ( ) : int

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

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

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

Initializes the OperationToken class.
public OperationToken ( Operations operation ) : System
operation Operations A operation.
Результат System

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

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