Returns the no data value of the given band of the given raster. If no band is given, band 1 is assumed. The band parameter is 1-indexed. If there is no data value associated with the given band, RS_BandNoDataValue returns null.Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
If the given band does not lie in the raster, RS_BandNoDataValue throws an IllegalArgumentException
Signatures
Parameters
The input raster.
The band index.
Return type
A numeric value.

