LinearCombination.Negate Method

Returns the negation of a linear combination.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static LinearCombination Negate(
	LinearCombination combination
)

Parameters

combination  LinearCombination
A LinearCombination.

Return Value

LinearCombination
A LinearCombination that is the negation of combination

Remarks

The negation of a linear combination is the linear combination whose coefficients are the negation of the coefficients of the original linear combination.

Exceptions

ArgumentNullExceptioncombination is null.

See Also