Click or drag to resize
CPGUMultiplyScalar Method
Multiply a scalar value and a pager

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Only available for FLOAT or DOUBLE pagers
Syntax
public static void MultiplyScalar(
	CPG oPG1,
	double d2
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Pager
d2
Type: SystemDouble
Scalar Value
See Also