OsMax
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 larger of two numbers. Wraps to system Math.Max() | |description=Returns the larger of two numbers. Wraps to system Math.Max() | ||
+ | |additional_info=This function was added in 0.7.4-post-fixes | ||
}} | }} | ||
== See Also == | == See Also == | ||
* [[osMin]] | * [[osMin]] |
Revision as of 08:34, 15 October 2018
LSLFloat osMax(Double a, Double b)
| |
Returns the larger of two numbers. Wraps to system Math.Max() | |
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 |