You are here: Start » AVL.NET » AVL.HistogramDataNthValue(AvlNet.Histogram, int, AvlNet.SortingOrder, float)

AVL.HistogramDataNthValue(AvlNet.Histogram, int, AvlNet.SortingOrder, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void HistogramDataNthValue(
	AvlNet.Histogram inHistogram,
	int inN,
	AvlNet.SortingOrder inSortingOrder,
	out float outNthValue
)

Parameters

inHistogram
Type: AvlNet.Histogram
inN
Type: System.Int32
inSortingOrder
Type: AvlNet.SortingOrder
outNthValue
Type: System.Single

Errors

Error type Description
DomainError Selected N exceeds index range in HistogramDataNthValue.
RuntimeError Internal error in HistogramDataNthValue.

See also