Linear Combination<T>.Divide Method
Divides 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> Divide(
LinearCombination<T> combination,
T factor
)
Parameters
- combination LinearCombination<T>
- A LinearCombination<T>.
- factor T
- A real number.
Return Value
LinearCombination<T>A LinearCombination<T> that is the product of the two operands.