예제 #1
0
파일: Math.java 프로젝트: sharwell/rascal
 public IValue toInt(INumber d)
       // @doc{toInteger -- convert a real to integer.}
     {
   return d.toInteger();
 }