BinaryOutputWrite Method (Single) |
Write the 32-bit float to standard output.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Write(
float x
)
Parameters
- x
- Type: SystemSingle
the float to write.
See Also