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

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 rEquivalentPercentile(
	double value
)

Parameters

value
Type: SystemDouble
Input value

Return Value

Type: Double
The percentile at the given value (0 - 100)
See Also