New tests.
[mono.git] / mcs / class / System.Numerics / System.Numerics / Complex.cs
index 86090e249786f4eb02e625b75f79fb98d659e167..c5d94e0970e09144a8404f63200aaf2ec61bc632 100644 (file)
@@ -5,7 +5,7 @@
 //   Miguel de Icaza (miguel@gnome.org)
 //   Marek Safar (marek.safar@gmail.com)
 //
-// Copyright 2009 Novell, Inc.
+// Copyright 2009, 2010 Novell, Inc.
 //
 //
 //
@@ -179,10 +179,10 @@ namespace System.Numerics {
                        return new Complex ((double) value, 0);
                }
 
-               //public static explicit operator Complex (BigInteger value)
-               //{
-               //      return new Complex ((double) value, 0);
-               //}
+               public static explicit operator Complex (BigInteger value)
+               {
+                       return new Complex ((double) value, 0);
+               }
 
                public override string ToString ()
                {