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
| Constructor | Description | |
|---|---|---|
| HistogramExtremum(Int32, Single, Double, ExtremumType) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.HistogramExtremum | ||
| Index | System.Int32 | ||
| IsDefault | System.Boolean | ||
| Point | System.Single | ||
| Type | AvlNet.ExtremumType | ||
| Value | System.Double |
Methods
| Name | Description | |
|---|---|---|
| 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 |
