Adds a vector and a constant.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<T> Add(
T value,
Vector<T> vector
)
Public Shared Function Add (
value As T,
vector As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ Add(
T value,
Vector<T>^ vector
)
static member Add :
value : 'T *
vector : Vector<'T> -> Vector<'T>
Parameters
- value
- Type: T
The constant. - vector
- Type: Extreme.MathematicsVectorT
A vector.
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