WrappingBsonWriterWriteDouble Method |
Writes a BSON Double to the writer.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax public virtual void WriteDouble(
double value
)
Public Overridable Sub WriteDouble (
value As Double
)
abstract WriteDouble :
value : float -> unit
override WriteDouble :
value : float -> unit
Parameters
- value
- Type: SystemDouble
The Double value.
Implements
IBsonWriterWriteDouble(Double)See Also