NFloat.UnaryNegation(NFloat) Operator

Definition

Beräknar en oharisk negation av ett värde.

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

Parametrar

value
NFloat

Det värde som den oförtröttliga negationen ska beräknas för.

Returer

Unary negation av value.

Implementeringar

Gäller för