IRasterValues.AsByte

IRasterValues.AsByte method

将指定波段数据转换为 byte 值。

public byte AsByte(int bandIndex = 0)
参数类型描述
bandIndexInt32波段的索引。编号从 0 开始。

返回值

转换后的值。

另见