\PhpOffice\PhpSpreadsheet\Calculation\StatisticalMinimum

Summary

Methods
Properties
Constants
MIN()
MINA()
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

MIN()

MIN(mixed  ...$args) : float

MIN.

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

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

Parameters

mixed $args variadic

Data values

Returns

float —

MINA()

MINA(mixed  ...$args) : float

MINA.

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

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

Parameters

mixed $args variadic

Data values

Returns

float —

datatypeAdjustmentAllowStrings()

datatypeAdjustmentAllowStrings(mixed  $value) : mixed

Parameters

mixed $value

Returns

mixed —