# HG changeset patch # User IBBoard # Date 1256399080 0 # Node ID 8290adbbc7c4eb67450b251acffcc23d735f9458 # Parent 44bc5bd5c2f386790372c19bf9da8db2f221597c Re #24: Add limit objects * Remove interface implementation from unlimited limit as it isn't really a numeric or percentage limit diff -r 44bc5bd5c2f3 -r 8290adbbc7c4 Limits/UnlimitedLimit.cs --- a/Limits/UnlimitedLimit.cs Sat Oct 24 15:42:05 2009 +0000 +++ b/Limits/UnlimitedLimit.cs Sat Oct 24 15:44:40 2009 +0000 @@ -9,7 +9,7 @@ /// /// A special case "infinite" limit that always returns the integer number closest to infinity. /// - public class UnlimitedLimit : AbstractLimit, INumericLimit + public class UnlimitedLimit : AbstractLimit { public UnlimitedLimit () : base(double.PositiveInfinity) {