IRasterValues.Item
IRasterValues indexer
Gets the band value as a double
type.
public double this[int bandIndex] { get; }
Parameter | Description |
---|---|
bandIndex | The index of the band. Numbering starts from 0. |
Return Value
The converted values.
Remarks
If band type is RawBits consider to use AsRawBits
method to avoid exceptions.
See Also
- interface IRasterValues
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS