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

UV.CrossProduct

Method
Description:
The cross product of this 2-D vector and the specified 2-D vector.
Remarks:
The cross product of the two vectors in 2-D space is equivalent to the area of the parallelogram they span.
Syntax
public double CrossProduct(
	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 cross product.
Exceptions
Exception Condition
ArgumentNullException Thrown when source is.