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

UV.Division Operator

Description:
Divides the specified 2-D vector by the specified value.
Remarks:
The divided vector is obtained by dividing each coordinate of the specified vector by the specified value.
Syntax
public static UV operator /(
	UV left,
	double value
)
Parameters
Parameter Type Description
left UV The value to divide the vector by.
value Double The vector to divide by the value.
Return Value
Type Description
UV The divided 2-D vector.
Exceptions
Exception Condition
ArgumentException Thrown when the specified value is an infinite number or zero.
ArgumentNullException Thrown when left is.