1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 7<title>Max</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/math/Overview.html">math</a>::Max</CODE> Function</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14template <typename T, typename U, typename S> 15S Max( 16 T a, 17 U b 18); 19template <typename T> 20T Max( 21 T a, 22 T b 23); 24template <typename T, typename U, typename R, typename S> 25S Max( 26 T a, 27 U b, 28 R c 29); 30template <typename T> 31T Max( 32 T a, 33 T b, 34 T c 35); 36</pre> 37 </div> 38<h2>List of Overloaded Member Functions</h2> 39 <div class="section"> 40 <table class="members"> 41 <tr> 42 <td> 43<a href="./Max(0).html"><CODE>Max(T, U)</CODE> </a> 44 </td> 45<td>Finds the maximum value.</td> 46 </tr> 47 <tr> 48 <td> 49<a href="./Max(1).html"><CODE>Max(T, T)</CODE> </a> 50 </td> 51<td>Finds the maximum value.</td> 52 </tr> 53 <tr> 54 <td> 55<a href="./Max(2).html"><CODE>Max(T, U, R)</CODE> </a> 56 </td> 57<td>Finds the maximum value.</td> 58 </tr> 59 <tr> 60 <td> 61<a href="./Max(3).html"><CODE>Max(T, T, T)</CODE> </a> 62 </td> 63<td>Finds the maximum value.</td> 64 </tr> </table> 65 </div> 66<h2>Description of <CODE>Max(T, U)</CODE></h2> 67 <div class="section"><!-- write here --></div> 68<h2>Description of <CODE>Max(T, T)</CODE></h2> 69 <div class="section"><!-- write here --></div> 70<h2>Description of <CODE>Max(T, U, R)</CODE></h2> 71 <div class="section"><!-- write here --></div> 72<h2>Description of <CODE>Max(T, T, T)</CODE></h2> 73 <div class="section"><!-- write here --></div> 74 <hr><p>CONFIDENTIAL</p></body> 75</html> 76