ReadFloat

TiffStreamReader.ReadFloat method

Read a single float value from the stream.

public float ReadFloat(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

The single float value.

See Also