Calculates the scalar product between a vector and a double
Namespace:
GLSVAssembly: 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 ) |