changeset 58:8290adbbc7c4

Re #24: Add limit objects * Remove interface implementation from unlimited limit as it isn't really a numeric or percentage limit
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Oct 2009 15:44:40 +0000
parents 44bc5bd5c2f3
children c6ed77f263a6
files Limits/UnlimitedLimit.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	/// <summary>
 	/// A special case "infinite" limit that always returns the integer number closest to infinity.
 	/// </summary>
-	public class UnlimitedLimit : AbstractLimit, INumericLimit
+	public class UnlimitedLimit : AbstractLimit
 	{
 		public UnlimitedLimit () : base(double.PositiveInfinity)
 		{