DryadLinqBinaryWriterWrite Method (Int16)DryadLINQ documentation
Writes a signed 16-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(
	short val
)

Parameters

val
Type: SystemInt16
The signed 16-bit integer to be written.
See Also

Reference