IRasterValues.AsFloat

IRasterValues.AsFloat method

Converts the specified band data to a float value.

public float AsFloat(int bandIndex = 0)
Parameter Type Description
bandIndex Int32 The index of the band. Numbering starts from 0.

Return Value

The converted value.

See Also