 | CVVrSum Method |
Calculate the sum of the values in a VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.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