  | CSTrEquivalentValue Method  | 
 Return corresponding Value for a Percentile
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic double rEquivalentValue(
	double percent
)
public double rEquivalentValue(
	double percent
)
Public Function rEquivalentValue ( 
	percent As Double
) As Double
Public Function rEquivalentValue ( 
	percent As Double
) As Double
public:
double rEquivalentValue(
	double percent
)
public:
double rEquivalentValue(
	double percent
)
member rEquivalentValue : 
        percent : float -> float 
member rEquivalentValue : 
        percent : float -> float 
Parameters
- percent
 - Type: SystemDouble
Input percentile (0 - 100) 
Return Value
Type: 
DoubleThe value at the given percentile.
Remarks
Statistics and histogram must have been calculated prior to
calling this method
See Also