NFloat.Modulus(NFloat, NFloat) Operator

Definition

Dividiert zwei Werte zusammen, um ihren 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 dividiert.

right
NFloat

Der Wert, der dividiert left.

Gibt zurück

Der Rest der left geteilten durch right.

Implementiert

Gilt für: