From: John Lam Date: 2006-03-31T05:09:38+09:00 Subject: Marshaling Decimal types from .NET ------=_Part_9810_19207910.1143749376557 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Decimal numbers in .NET are 128 bit values that avoid the rounding errors that can arise from floating point calcs: http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/csspec/h= tml/vclrfcsharpspec_4_1_7.asp My question is: when marshaling a .NET decimal type to Ruby, what should I do? Should I marshal it to a bigdecimal? Thanks -John http://www.iunknown.com ------=_Part_9810_19207910.1143749376557--