LinearCombination<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.0
C#
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.

See Also