whether Math class contain function
-
hi all, i want to ask whether
math
class contain any function which accept an array of point (coordinate) and return whether it is point of straight line or half circle or full circleRupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company My Article
-
hi all, i want to ask whether
math
class contain any function which accept an array of point (coordinate) and return whether it is point of straight line or half circle or full circleRupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company My Article
No
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
hi all, i want to ask whether
math
class contain any function which accept an array of point (coordinate) and return whether it is point of straight line or half circle or full circleRupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company My Article
You will have to make one
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
hi all, i want to ask whether
math
class contain any function which accept an array of point (coordinate) and return whether it is point of straight line or half circle or full circleRupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company My Article
No, there is no such method in the framework. If there were such a method it would not be in the Math class, it would be somewhere in the System.Drawing namespace where the Point structure is.
Despite everything, the person most likely to be fooling you next is yourself.