Click or drag to resize

CST.rEquivalentValue Method

Return corresponding Value for a Percentile

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public double rEquivalentValue(
	double percent
)

public double rEquivalentValue(
	double percent
)

Parameters

percent
Type: System.Double
Input percentile (0 - 100)

Return Value

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