DescriptiveStatisticsMinimumMaximumValuesT Structure |
Namespace: FinMath.Statistics
[SerializableAttribute] public struct MinimumMaximumValues<T>
The DescriptiveStatisticsMinimumMaximumValuesT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Maximum | Returns the maximal value in the given container. |
![]() | MaximumIndex | Returns the index of the maximal value in the given container. |
![]() | Minimum | Returns the minimal value in the given container. |
![]() | MinimumIndex | Returns the index of the minimal value in the given container. |
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |