Skip to content

Commit bb6dbb5

Browse files
committed
Add Min documentation
1 parent 9e9e414 commit bb6dbb5

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
@@ -61,6 +61,7 @@ ClassMethod Max(pIntegers...) As %Integer
6161
Quit tMax
6262
}
6363

64+
/// Accepts a variable number of parameters and outputs the min value
6465
ClassMethod Min(pIntegers...) As %Integer
6566
{
6667
Set tSC=##class(Math.Utils).ValidateInput(pIntegers...)

0 commit comments

Comments
 (0)