DryadLinqBinaryWriterWrite Method (UInt64)DryadLINQ documentation
Writes a unsigned 64-bit integer 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(
	ulong val
)

Parameters

val
Type: SystemUInt64
The unsigned 64-bit integer to write.
See Also

Reference