Method WriteDouble
WriteDouble(double)
Writes a BSON Double to the writer.
public abstract void WriteDouble(double value)Parameters
- valuedouble
- The Double value. 
Writes a BSON Double to the writer.
public abstract void WriteDouble(double value)value doubleThe Double value.