Returns the minimum and maximum value of the elements of an array.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static DateTime[] MinMax(
DateTime[] values
)
Public Shared Function MinMax (
values As DateTime()
) As DateTime()
public:
static array<DateTime>^ MinMax(
array<DateTime>^ values
)
static member MinMax :
values : DateTime[] -> DateTime[]
Parameters
- values
- Type: SystemDateTime
An DateTime array.
Return Value
Type:
DateTimeA two-element array containing the minimum and maximum value of the elements of
values.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference