C# 클래스 xFunc.Maths.Tokens.NumberToken

Represents a number token.
상속: IToken
파일 보기 프로젝트 열기: sys27/xFunc 1 사용 예제들

공개 메소드들

메소드 설명
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