Documentation

Maximum extends MaxMinBase

Table of Contents

max()  : float
MAX.
maxA()  : float
MAXA.
datatypeAdjustmentAllowStrings()  : mixed

Methods

max()

MAX.

public static max(mixed ...$args) : float

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
$args : mixed

Data values

Return values
float

maxA()

MAXA.

public static maxA(mixed ...$args) : float

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

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

Parameters
$args : mixed

Data values

Return values
float

datatypeAdjustmentAllowStrings()

protected static datatypeAdjustmentAllowStrings(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

Search results