C# Class RTools.Util.FloatToken

Token type for floating point numbers, stored internally as a Double.
Inheritance: Token
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

Override, see base Token
public Equals ( object other ) : bool
other object
Résultat bool

FloatToken() public méthode

Constructor with the specified value.
public FloatToken ( double d ) : System
d double
Résultat System

FloatToken() public méthode

Constructor with the specified value and line number.
public FloatToken ( double f, int line ) : System
f double
line int
Résultat System

FloatToken() public méthode

Constructor with the specified value.
public FloatToken ( float f ) : System
f float
Résultat System

FloatToken() public méthode

Constructor with the specified value.
public FloatToken ( string s ) : System
s string
Résultat System

FloatToken() public méthode

Constructor with the specified value and line number.
public FloatToken ( string s, int line ) : System
s string
line int
Résultat System

GetHashCode() public méthode

Override, see base Token
public GetHashCode ( ) : int
Résultat int

ToDebugString() public méthode

Override, see base Token
public ToDebugString ( ) : string
Résultat string

ToString() public méthode

Override, see base Token
public ToString ( ) : string
Résultat string