[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Vector.op_UnaryNegation

operator - Operator

operator -(Vector)

Defines the unary - operator for vector.

Declaration
public static Vector operator -(Vector value)
Parameters
Type Name Description
Vector value

A Vector indicates the operand.

Returns
Type Description
Vector

A Vector that is the unary minus result of the operands.

Remarks

-(n1, n2, n3) = (-n1, -n2, -n3)