Share

DocumentUnitsVector.DotProduct 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: 29.0

Syntax

VB

Public Function DotProduct ( 
	vector As DocumentUnitsVector
) As Double

C#

public double DotProduct(
	DocumentUnitsVector vector
)

Parameters

vector
Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input used for comparison.

Return Value

Type: Double

See Also

Reference

Was this information helpful?