ILNumerics.Net
Addition Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)Addition(ILArray<(Of <(Single>)>), ILArray<(Of <(BaseT>)>))
ILNumerics.Net - numeric computing for .NET
Overloads plus operator for ILArrays of numeric type
Declaration Syntax
C#Visual BasicVisual C++
public static ILArray<float> operator +(
	ILArray<float> in1,
	ILArray<BaseT> in2
)
Public Shared Operator + ( _
	in1 As ILArray(Of Single), _
	in2 As ILArray(Of BaseT) _
) As ILArray(Of Single)
public:
static ILArray<float>^ operator +(
	ILArray<float>^ in1, 
	ILArray<BaseT>^ in2
)
Parameters
in1 (ILArray<(Of <(Single>)>))
First summand
in2 (ILArray<(Of <(BaseT>)>))
Second summand
Return Value
New solid ILArray of same type as input array with sum of elements of
CopyC#
in1 + in2
Remarks
This operator is overloaded for all numeric datatypes: ILArray<double>,ILArray<float>,ILArray<complex>,ILArray<fcomplex>,ILArray<byte>,ILArray<char>,ILArray<Int16>,ILArray<Int32>,ILArray<Int64>,ILArray<UInt16>,ILArray<UInt32>,ILArray<UInt64>

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