  | CVVrSum Method  | 
 Calculate the sum of the values in a VV.
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic double rSum()
public double rSum()
Public Function rSum As Double
Public Function rSum As Double
public:
double rSum()
public:
double rSum()
member rSum : unit -> float 
member rSum : unit -> float 
Return Value
Type: 
DoubleThe sum of the elements.
RemarksDummy value is treated as Zero(0)
See Also