\PhpOffice\PhpSpreadsheet\Calculation\StatisticalMaximum

Summary

Methods
Properties
Constants
MAX()
MAXA()
No public properties found
No constants found
datatypeAdjustmentAllowStrings()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

MAX()

MAX(mixed  ...$args) : float

MAX.

MAX returns the value of the element of the values passed that has the highest value, with negative numbers considered smaller than positive numbers.

Excel Function: MAX(value1[,value2[, ...]])

Parameters

mixed $args variadic

Data values

Returns

float —

MAXA()

MAXA(mixed  ...$args) : float

MAXA.

Returns the greatest value in a list of arguments, including numbers, text, and logical values

Excel Function: MAXA(value1[,value2[, ...]])

Parameters

mixed $args variadic

Data values

Returns

float —

datatypeAdjustmentAllowStrings()

datatypeAdjustmentAllowStrings(mixed  $value) : mixed

Parameters

mixed $value

Returns

mixed —