TiffStreamReader.ReadDouble

TiffStreamReader.ReadDouble method

Read a single double value from the stream.

public double ReadDouble(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

The single double value.

See Also