NFloat.Subtraction(NFloat, NFloat) Operátor

Definice

Odečítá dvě hodnoty pro výpočet jejich rozdílu.

public:
 static System::Runtime::InteropServices::NFloat operator -(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::ISubtractionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Subtraction;
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

Parametry

left
NFloat

Hodnota, od které right se odečte.

right
NFloat

Hodnota, která se odečte od left.

Návraty

Rozdíl right odečtený od left.

Implementuje

Platí pro