|
-
Aug 2nd, 2002, 12:42 PM
#1
Thread Starter
Hyperactive Member
Creating UInt1024 in C#
I'm defining a new uint type in C# called UInt1024.
This represents a 1024-bit unsigned integer.
I've already done all implicit and explicit operator
overloads and also all possible logical operator
overloads.
So my type is able to stylecast from e.g. long, int, short,
or whatever.
Last problem:
Any idea how to map a 1024-bit integer format?
I know the System.Int32 has got a 32-bit register
and the System.Int64 has got two 32-bit registers.
I only want to know how to implement such a register
because I didn't have done this before.
Any ideas or suggestions?
thx!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|