This is the scalar product operation between 2 XYZ instances

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

Syntax

C#
public static double operator *(
	XYZ p1,
	XYZ p2
)
Visual Basic (Declaration)
Public Shared Operator * ( _
	p1 As XYZ, _
	p2 As XYZ _
) As Double
Visual C++
public:
static double operator *(
	XYZ^ p1, 
	XYZ^ p2
)

Parameters

p1
Type: GLSV..::.XYZ
A XYZ instance
p2
Type: GLSV..::.XYZ
A XYZ instance

Return Value

A double, results from the scalar product of the 2 instances

See Also