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