You are here: Start » AVL.NET » HistogramExtremum Structure
HistogramExtremum Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Represents an extremum found in a histogram.
Constructors
| Constructor | Description | |
|---|---|---|
| HistogramExtremum(Int32, Single, Double, ExtremumType) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Avl.HistogramExtremum | Gets a default instance of the HistogramExtremum. | |
| Empty | Avl.HistogramExtremum | Gets an empty instance of the HistogramExtremum. | |
| Index | System.Int32 | ||
| Point | System.Single | ||
| Type | Avl.ExtremumType | ||
| Value | System.Double | 
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.HistogramExtremum) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object | 
