NFloat.UnaryPlus(NFloat) Operatör

Tanım

Bir değerin birli artısını hesaplar.

public:
 static System::Runtime::InteropServices::NFloat operator +(System::Runtime::InteropServices::NFloat value) = System::Numerics::IUnaryPlusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_UnaryPlus;
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 artı değerinin hesaplandığı değer.

Döndürülenler

öğesinin birli artısı value.

Uygulamalar

Şunlara uygulanır