We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdf5ed commit 3f1d440Copy full SHA for 3f1d440
src/cls/Math/Math.cls
@@ -152,6 +152,9 @@ ClassMethod Ceiling(pValue = "") As %Integer
152
Quit $SYSTEM.SQL.CEILING(pValue)
153
}
154
155
+/// Wrapper for $SYSTEM.SQL.FLOOR</br>
156
+/// Accepts a single value and outputs the Floor</br>
157
+/// Null input is not valid
158
ClassMethod Floor(pValue = "") As %Integer
159
{
160
Set tSC=##class(Math.Utils).ValidateInput(pValue)
0 commit comments