DryadLinqBinaryWriterWrite Method (Single)DryadLINQ documentation
Writes a 32-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(
	float val
)

Parameters

val
Type: SystemSingle
A 32-bit floating point number to write.
See Also

Reference