VV_LOGMODEConstant Class |
Namespace: GeoEngine.Core.GXNet
The VV_LOGMODEConstant type exposes the following members.
| Name | Description | |
|---|---|---|
| CLAMPED | Any values below the minimum are turned to the minimum. | |
| CLIPPED | Dummies out value less than the minimum. | |
| LINEAR | Similar to Scaled but using a smoother function. Identical to LogLinear_VV. | |
| SCALED |
if the data is in the range +/- minimum,
it is left alone. Otherwise, the data
is divided by the minimum, the log is
applied, the minimum is added and the
sign is reapplied. Use _LogLinear_VV function
if decades in results are required.
|