IRasterValues.AsLong

IRasterValues.AsLong method

Converts the specified band data to a long value.

public long AsLong(int bandIndex = 0)
ParameterTypeDescription
bandIndexInt32The index of the band. Numbering starts from 0.

Return Value

The converted value.

See Also