Search
BinaryContext.ReadDouble Method
See Also
 






Reads a double from the underlying stream.

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

 Syntax

C#  Copy Code

public Nullable<Double> ReadDouble ()

Visual Basic  Copy Code

Public Function ReadDouble () As Nullable(Of Double)

 Return Value

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

 See Also