Linear Combination<T>.Multiply Method
Multiplies a linear combination by a real number.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A LinearCombination<T> that is the product of the two operands.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public static LinearCombination<T> Multiply(
T factor,
LinearCombination<T> combination
)
Parameters
- factor T
- A real number.
- combination LinearCombination<T>
- A LinearCombination<T>.
Return Value
LinearCombination<T>A LinearCombination<T> that is the product of the two operands.
Exceptions
Argument | combination is null. |