Decimal64.Modulus(Decimal64, Decimal64) Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public:
static System::Numerics::Decimal64 operator %(System::Numerics::Decimal64 left, System::Numerics::Decimal64 right) = System::Numerics::IModulusOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, System::Numerics::Decimal64>::op_Modulus;
public static System.Numerics.Decimal64 operator %(System.Numerics.Decimal64 left, System.Numerics.Decimal64 right);
static member ( % ) : System.Numerics.Decimal64 * System.Numerics.Decimal64 -> System.Numerics.Decimal64
Public Shared Operator Mod (left As Decimal64, right As Decimal64) As Decimal64
Parametry
- left
- Decimal64
- right
- Decimal64