Table of Contents

Method WriteDouble

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

WriteDouble(double)

Writes a BSON Double to the writer.

public override void WriteDouble(double value)

Parameters

value double

The Double value.