DescriptiveStatistics.AbsoluteMaximum Method |
Name | Description | |
---|---|---|
![]() ![]() | AbsoluteMaximum(IEnumerable<Decimal>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Int32>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Int64>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Decimal>>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Int32>>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Int64>>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Double>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Double>>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Single>>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Single>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(Vector, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the maximal absolute value in the given container. |