NFloat.Modulus(NFloat, NFloat) Operator

Definition

Delar upp två värden för att beräkna resten.

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

Parametrar

left
NFloat

Värdet som right delas.

right
NFloat

Värdet som delar left.

Returer

Resten av left dividerat med right.

Implementeringar

Gäller för