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
public double DotProduct(
DocumentUnitsVector vector
)
Parameters
- vector
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input used for comparison.
Return Value
Type:
DoubleSee Also