VV_LOG_NEGATIVEConstant Class
Ways to handle negatives
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetVV_LOG_NEGATIVEConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class VV_LOG_NEGATIVEConstant

The VV_LOG_NEGATIVEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNO
dummies out value less than the minimum.
Public fieldStatic memberYES
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