This is the difference operator
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public static XY operator -( XY x1, XY x2 ) |
Visual Basic (Declaration) |
---|
Public Shared Operator - ( _ x1 As XY, _ x2 As XY _ ) As XY |
Visual C++ |
---|
public: static XY^ operator -( XY^ x1, XY^ x2 ) |