Tagged Questions
3
votes
2answers
369 views
Gray code in .NET
Is there a built in Gray code datatype anywhere in the .NET framework? Or conversion utility between Gray and binary? I could do it myself, but if the wheel has already been invented...