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

Represents a number 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.

NumberToken ( double number ) : System

Initializes the NumberToken class.

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

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

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

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

Initializes the NumberToken class.
public NumberToken ( double number ) : System
number double A number.
Результат System

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

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