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