Reads a double from the underlying stream.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> ReadDouble () |
Visual Basic
Copy Code
|
|---|
Public Function ReadDouble () As Nullable(Of Double) |
A double value or null (Nothing in Visual Basic).
See Also