ComplexTNegative Method

Returns the negative of the object.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9347.25312
C#
public Complex<T> Negative()

Return Value

ComplexT
The negative

Implements

IArithmeticTNegative

See Also