Returns the 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 Max(
DateTime[] data
)
Public Shared Function Max (
data As DateTime()
) As DateTime
public:
static DateTime Max(
array<DateTime>^ data
)
static member Max :
data : DateTime[] -> DateTime
Parameters
- data
- Type: SystemDateTime
An DateTime array.
Return Value
Type:
DateTimeThe maximum value of the elements of
data.
Numerical Libraries
Supported in: 5.x, 4.x
Reference