Click or drag to resize

DocumentUnitsVectorDotProduct Method

Determine the dot product of this vector to the specified vector.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Function DotProduct ( 
	vector As DocumentUnitsVector
) As Double

Parameters

vector
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input used for comparison.

Return Value

Type: Double
See Also