Documentation

Minimum extends MaxMinBase

Table of Contents

min()  : float
MIN.
minA()  : float
MINA.
datatypeAdjustmentAllowStrings()  : mixed

Methods

min()

MIN.

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

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

Data values

Return values
float

minA()

MINA.

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

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

Excel Function: MINA(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