Subtraction Operator (Vector)
In This Topic
Defines the binary - operator for vector.
Syntax
Parameters
- left
- A Vector indicates the left operand.
- right
- A Vector indicates the right operand.
Return Value
A
Vector that is the binary minus result of the left and right operands.
See Also