In my introductory post I detailed the features needed to successfully recreate the MobileMe Gallery in Silverlight 3. While a bit late, this is Part 1 of a multi-part series where I will detail out … [Read more...]
Silverlight Midpoint Rounding Solution
As a follow up to my previous Shakespearean-titled post on rounding, I decided to provide a quick follow up to provide a solution for midpoint rounding in Silverlight. Based on some traffic that … [Read more...]
To round ‘up’, or to round ‘down’: that is the question
/// <summary> /// Implements alternate rounding methods, in contrast to Decimal.Round() /// and Math.Round(), which implement banker's rounding (5 rounds to even). /// See … [Read more...]