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.  

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

Parameters

percent
Type: SystemDouble
Input percentile (0 - 100)

Return Value

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