Method WriteDouble

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.IO

Assembly

MongoDB.Bson.dll

WriteDouble(double)

Writes a BSON Double to the writer.

void WriteDouble(double value)

Parameters

value double

The Double value.