Click or drag to resize
CVVrWeightedMean Method
Calculate the weighted average of the values.

Available since Oasis montaj version: 7.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Dummy values are ignored.
Syntax
public double rWeightedMean(
	CVV vv_weights
)

Parameters

vv_weights
Type: GeoEngine.Core.GXNetXCVV
VV of weights

Return Value

Type: Double
The weighted average of the values.
See Also