Click or drag to resize
BinaryInputReadFloat Method
Reads the next 32 bits from standard input and return as a 32-bit float.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static float ReadFloat()

Return Value

Type: Single
the next 32 bits of data from standard input as a float
Exceptions
ExceptionCondition
NotImplementedExceptionnot implemented
See Also