Maximum
extends MaxMinBase
in package
Table of Contents
Methods
- max() : float|int|string
- MAX.
- maxA() : float|int|string
- MAXA.
- datatypeAdjustmentAllowStrings() : int|float
Methods
max()
MAX.
public
static max(mixed ...$args) : float|int|string
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|int|stringmaxA()
MAXA.
public
static maxA(mixed ...$args) : float|int|string
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|int|stringdatatypeAdjustmentAllowStrings()
protected
static datatypeAdjustmentAllowStrings(int|float|string|bool $value) : int|float
Parameters
- $value : int|float|string|bool