Exemplo n.º 1
0
 public IValue toInt(IRational n)
       // @doc{toReal -- convert a rational value to a integer value.}
     {
   return n.toInteger();
 }