Bagikan melalui


NFloat.Subtraction(NFloat, NFloat) Operator

Definisi

Mengurangi dua nilai untuk menghitung perbedaannya.

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

Parameter

left
NFloat

Nilai yang right dikurangi.

right
NFloat

Nilai yang dikurangi dari left.

Mengembalikan

Perbedaan dikurangi right dari left.

Penerapan

Berlaku untuk