TiffStreamReader.ReadDoubleArray

TiffStreamReader.ReadDoubleArray method

Reads an array of double values from the stream.

public double[] ReadDoubleArray(long position, long count)
ParameterTypeDescription
positionInt64The position to read from.
countInt64The elements count.

Return Value

The array of double values.

See Also