f::min (public)

 f::min x y

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Parameters:
x
y
Returns:
the minimum of x and y

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::min f::min test_functional_api->f::min acs_mail_lite::inbound_prioritize acs_mail_lite::inbound_prioritize (public) acs_mail_lite::inbound_prioritize->f::min

Testcases:
functional_api
Source code:
    expr {$x<$y ? $x : $y}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: