You are here: Start » FIL.NET » FIS.HistogramDataMinimum Method

FIS.HistogramDataMinimum Method

Computes the approximation of the smallest value of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataMinimum
(
	FilNet.Histogram inHistogram,
	out float outMinimum
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
outMinimumfloatMinimum of the histogrammed data.

See also