Example #1
0
 public IValue toInt(INumber d)
       // @doc{toInteger -- convert a real to integer.}
     {
   return d.toInteger();
 }