NFloat.Modulus(NFloat, NFloat) Betreiber

Definition

Dividiert zwei Werte, um den Rest zu berechnen.

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

Der Wert, der right geteilt wird.

right
NFloat

Der Wert, der dividiert left.

Gibt zurück

Der Rest von left dividiert durch right.

Implementiert

Gilt für: