This is the difference operation between 2 instances of XYZ class

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

Parameters

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

Return Value

A new XYZ instance, results from the difference of the 2 instances

See Also