File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ ClassMethod LCM(pFactors...) As %Integer [ CodeMode = expression ]
4545##class (Math.Math ).LeastCommonMultiple (pFactors ...)
4646}
4747
48- /// Accepts a variable number of parameters and outputs the max value
48+ /// Accepts a variable number of parameters and outputs the max value</br>
49+ /// Null input is not valid
4950ClassMethod Max (pIntegers ...) As %Integer
5051{
5152 Set tSC =##class (Math.Utils ).ValidateInput (pIntegers ...)
@@ -61,7 +62,8 @@ ClassMethod Max(pIntegers...) As %Integer
6162 Quit tMax
6263}
6364
64- /// Accepts a variable number of parameters and outputs the min value
65+ /// Accepts a variable number of parameters and outputs the min value</br>
66+ /// Null input is not valid
6567ClassMethod Min (pIntegers ...) As %Integer
6668{
6769 Set tSC =##class (Math.Utils ).ValidateInput (pIntegers ...)
You can’t perform that action at this time.
0 commit comments