Search Results for

    Show / Hide Table of Contents

    Class FloatToken

    Token type for floating point numbers, stored internally as a Double.

    Inheritance
    object
    Token
    FloatToken
    Inherited Members
    Token.LineNumber
    Token.obj
    Token.Object
    Token.UntermError
    Token.UntermErrorMsg
    Token.Equals(string)
    Token.Equals(char)
    Token.ToLineString()
    Token.ConvertToType(Type)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: RTools_NTS.Util
    Assembly: NetTopologySuite.dll
    Syntax
    public class FloatToken : Token

    Constructors

    | Edit this page View Source

    FloatToken(double)

    Constructor with the specified value.

    Declaration
    public FloatToken(double d)
    Parameters
    Type Name Description
    double d
    | Edit this page View Source

    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
    | Edit this page View Source

    FloatToken(float)

    Constructor with the specified value.

    Declaration
    public FloatToken(float f)
    Parameters
    Type Name Description
    float f
    | Edit this page View Source

    FloatToken(string)

    Constructor with the specified value.

    Declaration
    public FloatToken(string s)
    Parameters
    Type Name Description
    string s
    | Edit this page View Source

    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 Source

    StringValue

    Override, see base Token

    Declaration
    public override string StringValue { get; }
    Property Value
    Type Description
    string
    Overrides
    Token.StringValue

    Methods

    | Edit this page View Source

    Equals(object)

    Override, see base Token

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    Token.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Override, see base Token

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    Token.GetHashCode()
    | Edit this page View Source

    ToDebugString()

    Override, see base Token

    Declaration
    public override string ToDebugString()
    Returns
    Type Description
    string
    Overrides
    Token.ToDebugString()
    | Edit this page View Source

    ToString()

    Override, see base Token

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX