ILNumerics.Net
Addition Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexAddition(fcomplex, Int64)
ILNumerics.Net - numeric computing for .NET
Operator adding the values specified.
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex operator +(
	fcomplex in1,
	long in2
)
Public Shared Operator + ( _
	in1 As fcomplex, _
	in2 As Long _
) As fcomplex
public:
static fcomplex operator +(
	fcomplex in1, 
	long long in2
)
Parameters
in1 (fcomplex)
The first summand.
in2 (Int64)
The second summand.
Return Value
Result of operation in1 + in2

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