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

Histogram.Median Property

Gets median value of the histogram.

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

Syntax

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

Property Value

Value that contains median value of the histogram.

See Also

Reference