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>Min</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/math/Overview.html">math</a>::Min</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14template &lt;typename T, typename U, typename S&gt;
15S Min(
16     T a,
17     U b
18);
19
20template &lt;typename T&gt;
21T Min(
22     T a,
23     T b
24);
25
26template &lt;typename T, typename U, typename R, typename S&gt;
27S Min(
28     T a,
29     U b,
30     R c
31);
32
33template &lt;typename T&gt;
34T Min(
35     T a,
36     T b,
37     T c
38);
39</pre>
40    </div>
41<h2>List of Overloaded Member Functions</h2>
42    <div class="section">
43      <table class="members">
44        <tr>
45          <td>
46<a href="./Min(0).html"><CODE>Min(T, U)</CODE> </a>
47          </td>
48<td>Finds the minimum value.</td>
49        </tr>
50        <tr>
51          <td>
52<a href="./Min(1).html"><CODE>Min(T, T)</CODE> </a>
53          </td>
54<td>Finds the minimum value.</td>
55        </tr>
56        <tr>
57          <td>
58<a href="./Min(2).html"><CODE>Min(T, U, R)</CODE> </a>
59          </td>
60<td>Finds the minimum value.</td>
61        </tr>
62        <tr>
63          <td>
64<a href="./Min(3).html"><CODE>Min(T, T, T)</CODE> </a>
65          </td>
66<td>Finds the minimum value.</td>
67        </tr> </table>
68    </div>
69<h2>Description of <CODE>Min(T, U)</CODE></h2>
70    <div class="section"><!-- write here --></div>
71<h2>Description of <CODE>Min(T, T)</CODE></h2>
72    <div class="section"><!-- write here --></div>
73<h2>Description of <CODE>Min(T, U, R)</CODE></h2>
74    <div class="section"><!-- write here --></div>
75<h2>Description of <CODE>Min(T, T, T)</CODE></h2>
76    <div class="section"><!-- write here --></div>
77  <hr><p>CONFIDENTIAL</p></body>
78</html>
79