DotProduct Method (IMathVector) Send Feedback
See Also 
Result[out]
Dot product of this vector and Vector
Vector
IMathVector
Gets the dot product of this vector and the specified vector.

Syntax

Visual Basic 
Function DotProduct( _
   ByVal Vector As MathVector _
) As System.Double
C# 
System.double DotProduct( 
   MathVector Vector
)
JavaScript 
DotProduct( 
   Vector : dsMathVector
) : Number
COM native C++ 
HRESULT DotProduct( 
   IMathVector* Vector,
   DOUBLE* Result
) 
C++ 
DSRESULT DotProduct( 
   dsMathVector* Vector,
   double* Result
) 

Parameters

Vector
IMathVector
Result[out] or Return Value
Dot product of this vector and Vector
 

See Also

Availability

DraftSight V1R1.4