Skip to content

Commit 9e9e414

Browse files
committed
Add Max documentation
1 parent 451c3ac commit 9e9e414

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cls/Math/Math.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ 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
4849
ClassMethod Max(pIntegers...) As %Integer
4950
{
5051
Set tSC=##class(Math.Utils).ValidateInput(pIntegers...)

0 commit comments

Comments
 (0)