Bagikan melalui


NFloat.Modulus(NFloat, NFloat) Operator

Definisi

Membagi dua nilai bersama-sama untuk menghitung sisanya.

public:
 static System::Runtime::InteropServices::NFloat operator %(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IModulusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Modulus;
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 Mod (left As NFloat, right As NFloat) As NFloat

Parameter

left
NFloat

Nilai yang right dibagi.

right
NFloat

Nilai yang membagi left.

Mengembalikan

Sisa dibagi-dengan leftright.

Penerapan

Berlaku untuk