A datatype/some way for 256 bit values?
-
Hello! I'm kind of new to the world of C# and have a little query...Is there some way to manipulate/store/use 256 bit int/float/long so that finally a calculator for those 256 bit values can be made? I know theres the decimal datatype for 128 bits so is there a way for 256 bits too? I have got a vague idea about using a link list and that many byte nodes but are there any other means? Thanks beforehand for time and help...
-
Hello! I'm kind of new to the world of C# and have a little query...Is there some way to manipulate/store/use 256 bit int/float/long so that finally a calculator for those 256 bit values can be made? I know theres the decimal datatype for 128 bits so is there a way for 256 bits too? I have got a vague idea about using a link list and that many byte nodes but are there any other means? Thanks beforehand for time and help...
-
Hello! I'm kind of new to the world of C# and have a little query...Is there some way to manipulate/store/use 256 bit int/float/long so that finally a calculator for those 256 bit values can be made? I know theres the decimal datatype for 128 bits so is there a way for 256 bits too? I have got a vague idea about using a link list and that many byte nodes but are there any other means? Thanks beforehand for time and help...
-
Thankyou I have seen/have this :)...