NFloat.Addition(NFloat, NFloat) Operator

Definition

Addiert zwei Werte zusammen, um ihre Summe zu berechnen.

public:
 static System::Runtime::InteropServices::NFloat operator +(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IAdditionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Addition;
public static System.Runtime.InteropServices.NFloat operator +(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( + ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator + (left As NFloat, right As NFloat) As NFloat

Parameter

left
NFloat

Der Wert, right dem hinzugefügt wird.

right
NFloat

Der Wert, dem lefthinzugefügt wird.

Gibt zurück

Die Summe von left und right.

Implementiert

Gilt für: