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