Table of Contents

Class DoubleJsonToken

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents a Double JSON token.

public class DoubleJsonToken : JsonToken
Inheritance
DoubleJsonToken
Inherited Members
Extension Methods

Constructors

DoubleJsonToken(string, double)

Initializes a new instance of the DoubleJsonToken class.

Properties

DoubleValue

Gets the value of a Double token.

Int32Value

Gets the value of an Int32 token.

Int64Value

Gets the value of an Int64 token.

IsNumber

Gets a value indicating whether this token is number.