Class FloatToken
Token type for floating point numbers, stored internally as a Double.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class FloatToken : Token
Constructors
| Edit this page View SourceFloatToken(double)
Constructor with the specified value.
Declaration
public FloatToken(double d)
Parameters
Type | Name | Description |
---|---|---|
double | d |
FloatToken(double, int)
Constructor with the specified value and line number.
Declaration
public FloatToken(double f, int line)
Parameters
Type | Name | Description |
---|---|---|
double | f | |
int | line |
FloatToken(float)
Constructor with the specified value.
Declaration
public FloatToken(float f)
Parameters
Type | Name | Description |
---|---|---|
float | f |
FloatToken(string)
Constructor with the specified value.
Declaration
public FloatToken(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s |
FloatToken(string, int)
Constructor with the specified value and line number.
Declaration
public FloatToken(string s, int line)
Parameters
Type | Name | Description |
---|---|---|
string | s | |
int | line |
Properties
| Edit this page View SourceStringValue
Override, see base Token
Declaration
public override string StringValue { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
| Edit this page View SourceEquals(object)
Override, see base Token
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Override, see base Token
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
| Edit this page View SourceToDebugString()
Override, see base Token
Declaration
public override string ToDebugString()
Returns
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceToString()
Override, see base Token
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |