mohamadDev / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

AForge.Math conflicts with System.Math #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a very minor issue, but a issue nevertheless.

Importing namespace AForge.Math on the top of a class results in hiding 
the System.Math class. Thus, subsequent calls to System.Math functions 
will fail if the fully qualified name (System.Math) isn't specified.

Maybe a simple renaming to AForge.Mathematics could solve this issue.

Original issue reported on code.google.com by cesarso...@gmail.com on 28 May 2008 at 11:05

GoogleCodeExporter commented 9 years ago
In the case you need to use both, you may use System.Math or AForge.Math 
specifying 
full class name including namespace.

Original comment by andrew.k...@gmail.com on 10 Jun 2008 at 7:08