Click or drag to resize

CSTrEquivalentPercentile Method

Return corresponding Percentile for a Value.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rEquivalentPercentile(
	double value
)

public double rEquivalentPercentile(
	double value
)

Parameters

value
Type: SystemDouble
Input value

Return Value

Type: Double
The percentile at the given value (0 - 100)
Remarks
Statistics and histogram must have been calculated prior to calling this method
See Also