asInt method

int asInt()

Implementation

int asInt() {
  return (num).floor();
}