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>RoundDown</title> 8 </head> 9 <body> 10 <h1>nw::ut::RoundDown Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14template <typename ValueT> 15ValueT RoundDown( 16 ValueT x, 17 unsigned int base 18); 19 20template <typename ValueT> 21void * RoundDown( 22 ValueT * x, 23 unsigned int base 24); 25 26template <typename ValueT> 27const void * RoundDown( 28 const ValueT * x, 29 unsigned int base 30); 31</pre> 32 </div> 33 <h2>List of Overloaded Member Functions</h2> 34 <div class="section"> 35 <table class="members"> 36 <tr> 37 <td> 38 <a href="./RoundDown(0).html">RoundDown ( ValueT, unsigned int ) </a> 39 </td> 40 <td>Rounds x down to a multiple of base.</td> 41 </tr> 42 <tr> 43 <td> 44 <a href="./RoundDown(1).html">RoundDown ( ValueT *, unsigned int ) </a> 45 </td> 46 <td> 47 </td> 48 </tr> 49 <tr> 50 <td> 51 <a href="./RoundDown(2).html">RoundDown ( const ValueT *, unsigned int ) </a> 52 </td> 53 <td> 54 </td> 55 </tr> </table> 56 </div> 57 <h2>Description of RoundDown ( ValueT, unsigned int )</h2> 58 <div class="section"> 59 <p>Rounds x down to a multiple of base.</p> 60 </div> 61 <h2>Description of RoundDown ( ValueT *, unsigned int )</h2> 62 <div class="section"> 63 <p> 64 </p> 65 </div> 66 <h2>Description of RoundDown ( const ValueT *, unsigned int )</h2> 67 <div class="section"> 68 <p> 69 </p> 70 </div> 71 <hr><p>CONFIDENTIAL</p></body> 72</html>