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

UV.UnaryNegation Operator

Description:
Negates this 2-D vector and returns the result.
Remarks:
The negated vector is obtained by changing the sign of each coordinate of the specified vector.
Syntax
public static UV operator -(
	UV source
)
Parameters
Parameter Type Description
source UV
Return Value
Type Description
UV The 2-D vector opposite to this vector.
Exceptions
Exception Condition
ArgumentNullException Thrown when source is.