Next: Array Location Intrinsics
Up: Selected Intrinsic Functions
Previous: Vector and Matrix Multiply
There are two intrinsics in this class:
- MAX(
SOURCE1,SOURCE2[,SOURCE3[,...]]
) -- returns the
maximum values over all source objects - MIN(
SOURCE1,SOURCE2[,SOURCE3[,...]]
) -- returns the
minimum values over all source objects
For example,
- MAX(1,2,3) is 3
- MIN(1,2,3) is 1
- MIN((/1,2/),(/-3,4/)) is (/-3,2/)
- MAX((/1,2/),(/-3,4/)) is (/1,4/)
Next: Array Location Intrinsics
Up: Selected Intrinsic Functions
Previous: Vector and Matrix Multiply
Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 15:03:35 GMT 1996Not for commercial use.