Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
MIN
|
MIN ( value {, value2 , ... , valueN} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
value | Zahl, Array |
![]() |
Number or numeric array to evaluate | |||||
The MIN function returns the lowest (minimum) value of value. It accepts and returns numeric data.
In value, pass the values to evaluate. Each argument can be a number, or an array of numbers (a single array (cell range) or multiple arrays (cell ranges)).
If an array or reference contains text, logical values, or empty cells, MIN ignores those values; however, cells with the value zero are included in calculations.
MIN(2,15,12,3,7,19,4) //2
Produkt: 4D
Thema: Formeln in 4D View Pro
4D View Pro Handbuch ( 4D v19)