Skip to content

Commit 3f1d440

Browse files
committed
Add Floor documentation
1 parent 8cdf5ed commit 3f1d440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cls/Math/Math.cls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ ClassMethod Ceiling(pValue = "") As %Integer
152152
Quit $SYSTEM.SQL.CEILING(pValue)
153153
}
154154

155+
/// Wrapper for $SYSTEM.SQL.FLOOR</br>
156+
/// Accepts a single value and outputs the Floor</br>
157+
/// Null input is not valid
155158
ClassMethod Floor(pValue = "") As %Integer
156159
{
157160
Set tSC=##class(Math.Utils).ValidateInput(pValue)

0 commit comments

Comments
 (0)