NFloat.UnaryPlus(NFloat) Betreiber

Definition

Berechnet das unäre Plus eines Werts.

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

Parameter

value
NFloat

Der Wert, für den das unäre Plus berechnet werden soll.

Gibt zurück

Das unäre Plus von value.

Implementiert

Gilt für: