Mathf.Minstatic function Min (a : float, b : float) : floatstatic function Min (params values : float[]) : floatDescriptionReturns the smallest of two or more values.
JavaScript
// prints 1.2 using UnityEngine; import UnityEngine static function Min (a : int, b : int) : intstatic function Min (params values : int[]) : intDescriptionReturns the smallest of two or more values.
JavaScript
// prints 1 using UnityEngine; import UnityEngine |
