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