Click or drag to resize

VectorMathAdd Method

Overload List
 NameDescription
Public Extension MethodAdd(Double, Double) Adds all vector elements with a constant.
Public Extension MethodAdd(Int32, Int32) Adds all vector elements with a constant.
Public Extension MethodAdd(IVectorDouble, Double) Adds all vector elements with a constant.
Public Extension MethodAdd(IVectorSingle, Single) Adds all vector elements with a constant.
Public Extension MethodAdd(Single, Single) Adds all vector elements with a constant.
Public methodStatic memberAdd(Double, Double, Double) Adds (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
Public methodStatic memberAdd(Int32, Int32, Int32) Adds (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
Public methodStatic memberAdd(IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) Adds (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
Public methodStatic memberAdd(IReadOnlyListSingle, IReadOnlyListSingle, IVectorSingle) Adds (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
Public methodStatic memberAdd(Single, Single, Single) Adds (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
Top
See Also