[IronPython] decimal dataype
Dino Viehland
dinov at exchange.microsoft.com
Fri Aug 25 10:23:10 PDT 2006
I'd say this would depend on what you were doing w/ the values. If you were writing some code that was heavy on .NET interop passing decimal's back and forth the .NET struct (System.Decimal) will probably be better. If you were staying entirely within Python then I'd suggest using the one from the standard library.
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of jeff sacksteder
Sent: Friday, August 25, 2006 9:10 AM
To: users at lists.ironpython.com
Subject: [IronPython] decimal dataype
What's the favored way of handling fixed-point datatypes? Should I be using decimal from the standard library, or a .net datatype of some sort?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/users-ironpython.com/attachments/20060825/3732083f/attachment.html
More information about the users
mailing list