Click or drag to resize
BinaryOutputWrite Method (Boolean)
Write the specified bit to standard output.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write(
	bool x
)

Parameters

x
Type: SystemBoolean
the bool to write.
See Also