There are two intrinsics in this class:
SOURCE1,SOURCE2[,SOURCE3[,...]]
) -- returns the
maximum values over all source objectsSOURCE1,SOURCE2[,SOURCE3[,...]]
) -- returns the
minimum values over all source objects
For example,
The list of source objects are searched from left to right (as indicated in the diagram below). If two values are equal then it is the first that is selected (as also indicated in the diagram below).
Figure 15: Visualisation of the MAX Intrinsic
The MAX and MIN intrinsics may also accept array arguments. The result is the same shape and size as each argument, for example,
Return to corresponding overview page