We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9e414 commit bb6dbb5Copy full SHA for bb6dbb5
1 file changed
src/cls/Math/Math.cls
@@ -61,6 +61,7 @@ ClassMethod Max(pIntegers...) As %Integer
61
Quit tMax
62
}
63
64
+/// Accepts a variable number of parameters and outputs the min value
65
ClassMethod Min(pIntegers...) As %Integer
66
{
67
Set tSC=##class(Math.Utils).ValidateInput(pIntegers...)
0 commit comments