TiffStreamReader.ReadSRational

TiffStreamReader.ReadSRational method

Read a single signed rational number value from the stream.

public TiffSRational ReadSRational(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

The signed rational number.

See Also