示例#1
0
文件: Math.java 项目: sharwell/rascal
 public IValue toInt(INumber d)
       // @doc{toInteger -- convert a real to integer.}
     {
   return d.toInteger();
 }