Subtract other from the current point

C# | Visual Basic | Visual C++ |
public void _Sub<TOther>( Point<TOther> other ) where TOther : new(), IComparable
Public Sub _Sub(Of TOther As {New, IComparable}) ( _ other As Point(Of TOther) _ )
public: generic<typename TOther> where TOther : gcnew(), IComparable void _Sub( Point<TOther>^ other )

- TOther
- The type of the point to be substracted

- other (Point<(Of <(TOther>)>))
- The point to be substracted