RVTDocs.com
Namespace: Autodesk.Revit.DB Class: UV

UV.DotProduct

Method
Description:
The dot product of this 2-D vector and the specified 2-D vector.
Remarks:
The dot product is the sum of the respective coordinates of the two vectors: Pu * Ru + Pv * Rv.
Syntax
public double DotProduct(
	UV source
)
Parameters
Parameter Type Description
source UV The vector to multiply with this vector.
Return Value
Type Description
Double The real number equal to the dot product.
Exceptions
Exception Condition
ArgumentNullException Thrown when source is.