BinaryOutputWrite Method (Boolean) |
Write the specified bit to standard output.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Write(
bool x
)
Parameters
- x
- Type: SystemBoolean
the bool to write.
See Also