Next: Array Location Intrinsics
Up: Selected Intrinsic Functions
Previous: Vector and Matrix Multiply
There are two intrinsics in this class:
- MAX(
SOURCE1,SOURCE2[,SOURCE3[,...]]
) -- maximum values
over all source objects - MIN(
SOURCE1,SOURCE2[,SOURCE3[,...]]
) -- minimum values
over all source objects
Scan from left to right, choose first occurrence if there are
duplicates
- MAX(1,2,3) is 3
- MIN((/1,2/),(/-3,4/)) is (/-3,2/)
- MAX((/1,2/),(/-3,4/)) is (/1,4/)
For more information, click here
Next: Array Location Intrinsics
Up: Selected Intrinsic Functions
Previous: Vector and Matrix Multiply
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.