You are here: Start » AVL.NET » HistogramExtremum Structure

HistogramExtremum Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents an extremum found in a histogram.

Constructors

 ConstructorDescription
HistogramExtremum(Int32, Single, Double, ExtremumType)

Properties

 NameTypeDescription
DefaultAvl.HistogramExtremum Gets a default instance of the HistogramExtremum.
EmptyAvl.HistogramExtremum Gets an empty instance of the HistogramExtremum.
IndexSystem.Int32
PointSystem.Single
TypeAvl.ExtremumType
ValueSystem.Double

Methods

 NameDescription
Equals(Avl.HistogramExtremum)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also