ILNumerics.Net
Subtraction Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexSubtraction(complex, Int32)
ILNumerics.Net - numeric computing for .NET
Operator subtracting the values specified.
Declaration Syntax
C#Visual BasicVisual C++
public static complex operator -(
	complex in1,
	int in2
)
Public Shared Operator - ( _
	in1 As complex, _
	in2 As Integer _
) As complex
public:
static complex operator -(
	complex in1, 
	int in2
)
Parameters
in1 (complex)
The minuend.
in2 (Int32)
The subtrahend.
Return Value
Result of operation in1 - in2

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)