An NDoc Documented Class Library
Complex Subtraction Operator
Implements the operator -.
public static
Complex
operator -(
Complex
left
,
Complex
right
);
Parameters
Complex
The left operand.
Complex
The right operand.
Return Value
The result of the operator.
See Also
Complex Class
|
SpringEmbedders Namespace