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
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element. 
- valuedouble
- The Double value.