Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
BinaryOutput Class
BinaryOutput Methods
Write Method
Write Method (Boolean)
Write Method (Byte)
Write Method (Char)
Write Method (Double)
Write Method (Int16)
Write Method (Int32)
Write Method (Int64)
Write Method (Single)
Write Method (String)
Write Method (Char, Int32)
Write Method (Int32, Int32)
Write Method (String, Int32)
BinaryOutput
Write Method (Byte)
Write the 8-bit byte to standard output.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Write
(
byte
x
)
Parameters
x
Type:
System
Byte
the
byte
to write.
See Also
Reference
BinaryOutput Class
Write Overload
Algs4Net Namespace