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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CVV oVV1,
	int i2,
	double d3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV object
i2
Type: SystemInt32
Random number generator seed
d3
Type: SystemDouble
Mean value of distribution (> 0.0)
i4
Type: SystemInt32
Number of values (-1 for all)
See Also