|
-
Nov 22nd, 2011, 01:23 PM
#17
Thread Starter
Hyperactive Member
Re: Creating User-Defined Types.
 Originally Posted by boops boops
And why impose the limitation of a hard coded precision limit when it could be an Integer user setting (with that value as default)?
Yup this is exactly what I was concidering. I though it over last night and realized this would ultimately fix my OutOfMemory error that could and most likely would occur if I had no cap. I wasn't actually thinking of calling it a "limit" though I like precision a lot more.
Also I may stick with a BigDouble, and use a single BigInteger, simply because it would make all the calculations a lot easier. Than again I could do both BigDouble and BigDecimal(I've done quite some code work to function as such, and I'm not willing to throw it all out now). Both having their own specific use and functionality just as types do now.
After I finish my 2 quizzes tonight I'll have something to show you guys. Unfortunately priorities comes first
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
|