Returns the difference of a Complex object and a
double, x-y.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex operator -( Complex x, double y ) |
Visual Basic (Declaration) |
---|
Public Shared Operator - ( _ x As Complex, _ y As Double _ ) As Complex |
Visual C++ |
---|
public: static Complex operator -( Complex x, double y ) |