This is the negative operator

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public static XYZ operator -(
	XYZ x1
)
Visual Basic (Declaration)
Public Shared Operator - ( _
	x1 As XYZ _
) As XYZ
Visual C++
public:
static XYZ^ operator -(
	XYZ^ x1
)

Parameters

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

Return Value

A new instance of the class XYZ, results from negative the parameter

See Also