- Found in:
- Mathf
Description
Documentation Comment
Returns the smallest of two numbers
Caveats
Parameters
floatx
floaty
Examples
Auto-Generated Example
float myFloat__x
float myFloat__y
float returnedValue = LibMathf.Min(myFloat__x, myFloat__y)
Returns the smallest of two numbers
float myFloat__x
float myFloat__y
float returnedValue = LibMathf.Min(myFloat__x, myFloat__y)