Table of Contents

Method WriteDouble

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

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 IBsonWriter

The writer.

name string

The name of the element.

value double

The Double value.