Home | History | Annotate | Download | only in api

Lines Matching refs:Maximum

931 summary: Maximum of two floats
933 Returns the maximum of a and b, i.e. <code>(a &lt; b ? b : a)</code>.
1468 summary: Maximum
1470 Returns the maximum value of two arguments.