Method WriteDouble
WriteDouble(IBsonWriter, string, double)
Writes a BSON Double element to the writer.
public static void WriteDouble(this IBsonWriter writer, string name, double value)
Parameters
writer
IBsonWriterThe writer.
name
stringThe name of the element.
value
doubleThe Double value.