VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileSource Class / WriteDouble(Double) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    WriteDouble(Double) Method (ImageFileSource)
    In This Topic
    Writes a 8-byte floating-point value to the stream of the image file and advances the stream position by eight bytes.
    Syntax
    'Declaration
    
    Public Overridable Sub WriteDouble( _
    ByVal value
    The 8-byte floating-point value to write.
    As Double _
    )
    public virtual void WriteDouble(
    double value
    )
    public: virtual void WriteDouble(
    double value
    )
    public:
    virtual void WriteDouble(
    double value
    )

    Parameters

    value
    The 8-byte floating-point value to write.
    Remarks

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

    Requirements

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

    See Also