This is the scalar product operation between vector and double

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

Syntax

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

Parameters

p1
Type: GLSV..::.XYZ
A XYZ instance
i
Type: System..::.Double
A double

Return Value

A new XYZ instance, results from the scalar product between vector XYZ and double

See Also