Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / GetHistogramMean

GetHistogramMean method

Retrieves the mean (average of left and right boundary of range) of the histogram range.

Syntax

Number (floating point) GetHistogramMean(nRangeFrom As Number, nRangeTo As Number)

Return value

Returns a floating point number containing the mean.

Parameters

ParameterTypeRequiredDescription
nRangeFromNumberNoOptional parameter which specifies the left boundary of the range.
nRangeToNumberNoOptional parameter which specifies the right boundary of the range.

Category

Histogram

See also

GetHistogramAverage | GetHistogramCount | GetHistogramPercentile | GetHistogramPixels | InsertHistogram | LoadHistogramFromBase64 | LoadHistogramFromFile | LoadHistogramFromSerializedStream | LoadHistogramFromStream | LoadHistogramFromURL | SaveHistogramToFile | SaveHistogramToImage | SaveHistogramToSerializedStream | SaveHistogramToStream