Skip to content

Instantly share code, notes, and snippets.

@ThiagoBarradas
Created May 2, 2020 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThiagoBarradas/21fcec829cc2441e5b5bc90cb6b5cc52 to your computer and use it in GitHub Desktop.
Save ThiagoBarradas/21fcec829cc2441e5b5bc90cb6b5cc52 to your computer and use it in GitHub Desktop.
var minhasCores = Cor.Verde | Cor.Azul;
Propriedade Binário Decimal
Verde 00000010 2
Azul 00000100 4
------------------------------
minhasCores 00000110 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment