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