Overloads plus operator for ILArrays of numeric type
New solid ILArray of same type as input array with sum of elements of
CopyC#
in1 + in2
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>