MIN (a, b, ...)
Returns the smallest (most negative) value of the input parameters (up to 10 operands).
Parameters
a, b, etc.(REAL or DINT)
All input parameters must be of the same type.
Return Value
Returns the same data type as the input parameters.
Examples
MIN(8, 5, 10) returns 5
MIN(10, 2, -5,8) returns -5
See Also
MAX Function | Standard Functions
Copyright © 2024 Delta Computer Systems, Inc. dba Delta Motion