Borey
Tuesday, 1 October 2013
Enum flags in C# stackoverflow.com
Enum flags in C# –
stackoverflow.com
I am using Enum flags in my application. The Enum can have around 50+
values, so values go up to 2^50. I was just wondering, can I use
Math.Pow(2, variable) to calculate these? When I try to do that …
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment