XFA Specification
Chapter 23, FormCalc Specification
Arithmetic Built-in Functions
838
Min()
This function returns the minimum value of the non-null elements of a given set of numbers.
Syntax
Min(n1 [, n2...])
Parameters
n1
is the first number in the set.
n2, ...
are optional additional numbers in the set.
Returns
The minimum of its non-null parameters, or null if all its parameters are null.
Examples
Calling Min() as follows …
Min(7, 10, null, -4, 6)
Min(Price[*], 100)
Returns
-4
The minimum value of all occurrences of the object Price or 100,
whichever is less
null
Min(null)
Home Index Bookmark Pages
Pages: Home Index All Pages