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

HistogramExtremum Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Represents an extremum found in a histogram.

Constructors

 ConstructorDescription
HistogramExtremum(Int32, Single, Double, ExtremumType)

Properties

 NameTypeDescription
DefaultAvlNet.HistogramExtremum
IndexSystem.Int32
IsDefaultSystem.Boolean
PointSystem.Single
TypeAvlNet.ExtremumType
ValueSystem.Double

Methods

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

Remarks

See also