Calculates the scalar product between a vector and a double

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

Syntax

C#
public static XYZ ScalarProduct(
	XYZ v,
	double i
)
Visual Basic (Declaration)
Public Shared Function ScalarProduct ( _
	v As XYZ, _
	i As Double _
) As XYZ
Visual C++
public:
static XYZ^ ScalarProduct(
	XYZ^ v, 
	double i
)

Parameters

v
Type: GLSV..::.XYZ
A XYZ instance
i
Type: System..::.Double
A double parameter

Return Value

Returns the scalar product

See Also