RealTNegative 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 Real<T> Negative()
Public Function Negative As Real(Of T)
public:
virtual Real<T> Negative() sealed
abstract Negative : unit -> Real<'T>
override Negative : unit -> Real<'T>
RealTThe negative
IArithmeticTNegative