An NDoc Documented Class Library

Complex Division Operator 

Implements the operator /.

public static Complex operator /(
   Complex z,
   Complex n
);

Parameters

Complex
The dividend.
Complex
The divisor.

Return Value

The result of the operator.

See Also

Complex Class | SpringEmbedders Namespace