Chris Devol

Results 3 comments of Chris Devol

I get this:(in VB.NET) Dim EC As EContext = EContext.ForPrecisionAndRounding(100, ERounding.None) Dim dv As EDecimal = EDecimal.FromString("1").Divide(EDecimal.FromString("23"), EC) The result, dv, is an NaN. Shouldn't it be a 100 digit...

IDK. Seems like a bug to me. The other rounding types work fine with non-terminating fractions, and know what to do with the last digit at the specified precision. I've...

If it's possible to get the width of the control, the width of the display area and the size of the font, I suppose you could calculate where the line...