DryadLinqBinaryWriterWrite Method (Double)DryadLINQ documentation
Writes a 64-bit floating point number to the current writer.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public void Write(
	double val
)

Parameters

val
Type: SystemDouble
A 64-bit floating point number to write.
See Also

Reference