Search
BinaryContext.ReadFloat Method
See Also
 






Reads a float from the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Single> ReadFloat ()

Visual Basic  Copy Code

Public Function ReadFloat () As Nullable(Of Single)

 Return Value

A float value or null (Nothing in Visual Basic).

 See Also