Z-Clive/aforge

AForge.Math conflicts with System.Math

Closed this issue · 1 comments

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

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

  • Changed state: Rejected