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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Only available for FLOAT or DOUBLE pagers
Syntax
public static void MultiplyScalar(
	CGXNETCore gxNetShared,
	CPG pg,
	double scalar
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Pager
scalar
Type: SystemDouble
Scalar Value
See Also