You are here: Start » FIL.NET » HistogramExtremum Structure
HistogramExtremum Structure
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Represents an extremum found in a histogram.
Constructors
| Constructor | Description | |
|---|---|---|
| HistogramExtremum(Int32, Single, Double, ExtremumType) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | FilNet.HistogramExtremum | ||
| Index | System.Int32 | ||
| IsDefault | System.Boolean | ||
| Point | System.Single | ||
| Type | FilNet.ExtremumType | ||
| Value | System.Double |
Methods
| Name | Description | |
|---|---|---|
| Equals(FilNet.HistogramExtremum) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(FilNet.HistogramExtremum, FilNet.HistogramExtremum) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
