OsMin
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
| Line 5: | Line 5: | ||
|delay=0 | |delay=0 | ||
|description=Returns the smaller of two numbers. Wraps to the system Math.Min() function. | |description=Returns the smaller of two numbers. Wraps to the system Math.Min() function. | ||
| + | |additional_info=This function was added in 0.7.4-post-fixes | ||
}} | }} | ||
== See Also == | == See Also == | ||
* [[osMax]] | * [[osMax]] | ||
Revision as of 08:34, 15 October 2018
LSLFloat osMin(Double a, Double b)
| |
| Returns the smaller of two numbers. Wraps to the system Math.Min() function. | |
| Threat Level | This function does not do a threat level check |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.4-post-fixes | |