Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created October 4, 2012 18:55
Show Gist options
  • Save Shinpeim/3835648 to your computer and use it in GitHub Desktop.
Save Shinpeim/3835648 to your computer and use it in GitHub Desktop.
var num:number = 1.1;
var int = num | 0;
console.log(int) // 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment