ReadSRationalArray

TiffStreamReader.ReadSRationalArray method

Reads an array of signed rational values from the stream.

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

Return Value

The array of signed rational values.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptioncount;Expected a positive number.

See Also