GridAsciiDataSet.Factor Property
Gets or sets a factor multiplied the raster values.
Syntax
public System.Double Factor { get; set; }
Property Value
Default: 1.0
A factor multiplied to the raster cell values.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This factor is multiplied to the floating point values read from the file, before rounding to the nearest integer and clamping the value to the minimum and maximum values given by the BitDepth property.
Platforms
Windows, Linux, Android