C# 클래스 RTools.Util.FloatToken

Token type for floating point numbers, stored internally as a Double.
상속: Token
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object other ) : bool

Override, see base Token

FloatToken ( double d ) : System

Constructor with the specified value.

FloatToken ( double f, int line ) : System

Constructor with the specified value and line number.

FloatToken ( float f ) : System

Constructor with the specified value.

FloatToken ( string s ) : System

Constructor with the specified value.

FloatToken ( string s, int line ) : System

Constructor with the specified value and line number.

GetHashCode ( ) : int

Override, see base Token

ToDebugString ( ) : string

Override, see base Token

ToString ( ) : string

Override, see base Token

메소드 상세

Equals() 공개 메소드

Override, see base Token
public Equals ( object other ) : bool
other object
리턴 bool

FloatToken() 공개 메소드

Constructor with the specified value.
public FloatToken ( double d ) : System
d double
리턴 System

FloatToken() 공개 메소드

Constructor with the specified value and line number.
public FloatToken ( double f, int line ) : System
f double
line int
리턴 System

FloatToken() 공개 메소드

Constructor with the specified value.
public FloatToken ( float f ) : System
f float
리턴 System

FloatToken() 공개 메소드

Constructor with the specified value.
public FloatToken ( string s ) : System
s string
리턴 System

FloatToken() 공개 메소드

Constructor with the specified value and line number.
public FloatToken ( string s, int line ) : System
s string
line int
리턴 System

GetHashCode() 공개 메소드

Override, see base Token
public GetHashCode ( ) : int
리턴 int

ToDebugString() 공개 메소드

Override, see base Token
public ToDebugString ( ) : string
리턴 string

ToString() 공개 메소드

Override, see base Token
public ToString ( ) : string
리턴 string