JsonTokenDoubleValue Property |
Gets the value of a Double token.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public virtual double DoubleValue { get; }
Public Overridable ReadOnly Property DoubleValue As Double
Get
abstract DoubleValue : float with get
override DoubleValue : float with get
Property Value
Type:
DoubleSee Also