NFloat.UnaryNegation(NFloat) Operatör

Tanım

Bir değerin tekli olumsuzlamasını hesaplar.

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

Parametreler

value
NFloat

Birli olumsuzlamanın hesaplandığı değer.

Döndürülenler

öğesinin birli olumsuzlaması value.

Uygulamalar

Şunlara uygulanır