VV_LOGMODEConstant Class
Ways to handle negatives
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXVV_LOGMODEConstant

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static class VV_LOGMODEConstant

The VV_LOGMODEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCLAMPED
Any values below the minimum are turned to the minimum.
Public fieldStatic memberCLIPPED
Dummies out value less than the minimum.
Public fieldStatic memberLINEAR
Similar to Scaled but using a smoother function. Identical to LogLinear_VV.
Public fieldStatic memberSCALED
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.
Top
See Also