Reverses this vector in place (reverses the direction).
If this vector contains RhinoMath.UnsetValue, the
reverse will also be invalid and false will be returned.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax Public Function Reverse As Boolean
Return Value
Type:
Booleantrue on success or false if the vector is invalid.
Remarks Similar to
Negate, that is only provided for CLR language compliance.
See Also