Click or drag to resize
CSTrEquivalentValue Method
Return corresponding Value for a Percentile

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Statistics and histogram must have been calculated prior to calling this method
Syntax
public double rEquivalentValue(
	double d1
)

Parameters

d1
Type: SystemDouble
input percentile (0 - 100)

Return Value

Type: Double
The value at the given percentile.
See Also