You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Features » AVL.HistogramSum

AVL.HistogramSum

Computes the sum of histogram bin values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void HistogramSum
(
	AvlNet.Histogram inHistogram,
	out double outSum
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outSumdoubleOutput sum.

See also