Home | History | Annotate | Download | only in api

Lines Matching refs:Minimum

976 summary: Minimum of two floats
978 Returns the minimum of a and b, i.e. <code>(a &gt; b ? b : a)</code>.
1581 summary: Minimum
1583 Returns the minimum value of two arguments.