Click or drag to resize

CVVUTranslate Method

Translate values in a VV

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Translate(
	CVV vv,
	double base,
	double mult
)

public static void Translate(
	CVV vv,
	double base,
	double mult
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
base
Type: SystemDouble
Base
mult
Type: SystemDouble
Scale
Remarks
(new VV) = ((old VV) + base) * scale
See Also