Click or drag to resize

CSTrEquivalentValue Method

Return corresponding Value for a Percentile

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

public double rEquivalentValue(
	double percent
)

Parameters

percent
Type: SystemDouble
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