NFloat.UnaryNegation(NFloat) Betreiber

Definition

Berechnet die unäre Negation eines Werts.

public:
 static System::Runtime::InteropServices::NFloat operator -(System::Runtime::InteropServices::NFloat value) = System::Numerics::IUnaryNegationOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_UnaryNegation;
public static System.Runtime.InteropServices.NFloat operator - (System.Runtime.InteropServices.NFloat value);
static member ( ~- ) : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator - (value As NFloat) As NFloat

Parameter

value
NFloat

Der Wert, für den die unäre Negation berechnet werden soll.

Gibt zurück

Die unäre Negation von value.

Implementiert

Gilt für: