RasterConversionOperator.MaxValue Property
Gets or sets a maximum cell value that will be written to the output rasters.
Syntax
public System.Double MaxValue { get; set; }
Property Value
Default: max
The maximum cell value that will be written to the output rasters.
Remarks
Just before a converted cell value is written to an output raster, the value will be clamped in two steps: first to the minimum and maximum values possible for the output format, and then to the interval specified the MinValue and MaxValue properties.
This property will not be used for RGB and RGBA rasters.
Platforms
Windows, Linux, Android