This is the difference operator

Namespace:  GLSV
Assembly:  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
)

Parameters

x1
Type: GLSV..::.XY
A XY instance
x2
Type: GLSV..::.XY
A XY instance

Return Value

A new instance of the class XY, results from the difference of the instances

See Also