DryadLinqBinaryWriterWrite Method (SByte)DryadLINQ documentation
Writes a signed byte 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(
	sbyte b
)

Parameters

b
Type: SystemSByte
The signed byte to be written.
See Also

Reference