IRasterValues.AsInteger
IRasterValues.AsInteger method
将指定波段数据转换为 int 值。
public int AsInteger(int bandIndex = 0)
| 参数 | 类型 | 描述 |
|---|---|---|
| bandIndex | Int32 | 波段的索引。编号从 0 开始。 |
返回值
转换后的值。
另见
- interface IRasterValues
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS
将指定波段数据转换为 int 值。
public int AsInteger(int bandIndex = 0)
| 参数 | 类型 | 描述 |
|---|---|---|
| bandIndex | Int32 | 波段的索引。编号从 0 开始。 |
转换后的值。