Skip to content

Instantly share code, notes, and snippets.

@dimkagithub
Last active November 6, 2021 06:52
Show Gist options
  • Save dimkagithub/6165ac6f255446ee29f360f94bcf722a to your computer and use it in GitHub Desktop.
Save dimkagithub/6165ac6f255446ee29f360f94bcf722a to your computer and use it in GitHub Desktop.
Double extension
extension Double {
var roundTo: Double { (self * 100).rounded() / 100 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment