Click or drag to resize
CVVUExpDist Method
Fill with exponentially distributed values.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
VV is set to input length (except for -1) See RAND for a short discription of the random number generator used.
Syntax
public static void ExpDist(
	CGXNETCore gxNetShared,
	CVV vv,
	int seed,
	double mean,
	int length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV object
seed
Type: SystemInt32
Random number generator seed
mean
Type: SystemDouble
Mean value of distribution (> 0.0)
length
Type: SystemInt32
Number of values (-1 for all)
See Also