Can we overload the Point object in C# so it supports doubles?
- by George Tyler
I am drawing some graphs using the Point object and I want to set it so
it supports doubles as its parameters. I am working on Visual C#, WindowsConsoleApplication
Thank you.