ComplexTNegative Method
Returns the negative of the object.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public Complex<T> Negative()
Public Function Negative As Complex(Of T)
public:
virtual Complex<T> Negative() sealed
abstract Negative : unit -> Complex<'T>
override Negative : unit -> Complex<'T>
ComplexTThe negative
IArithmeticTNegative