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