Click or drag to resize

DescriptiveStatisticsMinimumMaximumValuesT Structure

The minimum, maximum, range and midrange statistics.

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public struct MinimumMaximumValues<T>

Type Parameters

T
Processed data type.

The DescriptiveStatisticsMinimumMaximumValuesT type exposes the following members.

Properties
  NameDescription
Public propertyMaximum
Returns the maximal value in the given container.
Public propertyMaximumIndex
Returns the index of the maximal value in the given container.
Public propertyMinimum
Returns the minimal value in the given container.
Public propertyMinimumIndex
Returns the index of the minimal value in the given container.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also