NFloat.Addition(NFloat, NFloat) Operador

Definición

Agrega dos valores juntos para calcular su suma.

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

Parámetros

left
NFloat

Valor al que right se agrega.

right
NFloat

Valor que se agrega a left.

Devoluciones

La suma de left y right.

Implementaciones

Se aplica a