Distributed Vector<T>.Multiply Core Method
Multiplies a vector by a constant.
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector whose elements are the sum of the corresponding elements of this vector and value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected override Vector<T> MultiplyCore(
T value,
Vector<T> result
)
Parameters
Return Value
Vector<T>A vector whose elements are the sum of the corresponding elements of this vector and value.