VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileSource Class / ReadDouble() Method
Syntax Remarks Requirements SeeAlso
In This Topic
ReadDouble() Method (ImageFileSource)
In This Topic
Reads a 8-byte floating point value from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 8 bytes.
Syntax
'Declaration

Public Function ReadDouble() As Double

public double ReadDouble()

Return Value

A 8-byte floating point value read from the stream of the image file.
Remarks

Encoding (little-endian, big-endian or something else) of the ImageFileSource can be set using ToDouble methods.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also