This documentation is for the old version. Go to the latest Graphics Mill docs

Histogram.Mean Property

Gets mean value of the histogram.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public ReadOnly Property Mean As Single
C#
public float Mean { get; }

Property Value

Value that contains mean value of the histogram.

See Also

Reference