TiffStreamReader.ReadFloatArray
TiffStreamReader.ReadFloatArray method
Reads an array of float values from the stream.
public float[] ReadFloatArray(long position, long count)
| Parameter | Type | Description |
|---|---|---|
| position | Int64 | The position to read from. |
| count | Int64 | The elements count. |
Return Value
The array of float values.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | count;Expected a positive number. |
See Also
- class TiffStreamReader
- namespace Aspose.PSD.FileFormats.Tiff.FileManagement
- assembly Aspose.PSD