toInt 抽象方法

int toInt()

将此 num 截断为整数,并以 int 形式返回结果。

等同于 truncate

实现

int toInt();