Adds a vector and a constant.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Vector<T> AddInto(
T value,
Vector<T> vector,
Vector<T> result
)
Public Shared Function AddInto (
value As T,
vector As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ AddInto(
T value,
Vector<T>^ vector,
Vector<T>^ result
)
static member AddInto :
value : 'T *
vector : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- value
- Type: T
The constant. - vector
- Type: Extreme.MathematicsVectorT
A vector. - result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements are
the sum of the corresponding elements of
vector and
value.
Numerical Libraries
Supported in: 6.0
Reference