Udostępnij przez


X86Base.DivRem Metoda

Definicja

Przeciążenia

DivRem(UInt32, Int32, Int32)

int _div64(__int64 dywidenda, dzielnik int, int* remainder) IDIV reg/m32

DivRem(UInt32, UInt32, UInt32)

niepodpisane _udiv64 (niepodpisane __int64 dywidendy, niepodpisane dzielnik, niepodpisane* pozostałe) DIV reg/m32

DivRem(UIntPtr, IntPtr, IntPtr)

IdIV reg/m

DivRem(UIntPtr, UIntPtr, UIntPtr)

IdIV reg/m

DivRem(UInt32, Int32, Int32)

Źródło:
X86Base.cs
Źródło:
X86Base.cs

Uwaga

Aby korzystać z tego interfejsu API w wersji zapoznawczej, należy włączyć funkcje w wersji zapoznawczej w projekcie, ustawiając właściwość EnablePreviewFeatures na True w pliku projektu. Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-preview-features.

DivRem is in preview.

int _div64(__int64 dywidenda, dzielnik int, int* remainder) IDIV reg/m32

public:
 static ValueTuple<int, int> DivRem(System::UInt32 lower, int upper, int divisor);
[System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")]
public static (int Quotient, int Remainder) DivRem (uint lower, int upper, int divisor);
[<System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")>]
static member DivRem : uint32 * int * int -> ValueTuple<int, int>
Public Shared Function DivRem (lower As UInteger, upper As Integer, divisor As Integer) As ValueTuple(Of Integer, Integer)

Parametry

lower
UInt32
upper
Int32
divisor
Int32

Zwraca

Atrybuty

Dotyczy

DivRem(UInt32, UInt32, UInt32)

Źródło:
X86Base.cs
Źródło:
X86Base.cs

Uwaga

Aby korzystać z tego interfejsu API w wersji zapoznawczej, należy włączyć funkcje w wersji zapoznawczej w projekcie, ustawiając właściwość EnablePreviewFeatures na True w pliku projektu. Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-preview-features.

DivRem is in preview.

niepodpisane _udiv64 (niepodpisane __int64 dywidendy, niepodpisane dzielnik, niepodpisane* pozostałe) DIV reg/m32

public:
 static ValueTuple<System::UInt32, System::UInt32> DivRem(System::UInt32 lower, System::UInt32 upper, System::UInt32 divisor);
[System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")]
public static (uint Quotient, uint Remainder) DivRem (uint lower, uint upper, uint divisor);
[<System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")>]
static member DivRem : uint32 * uint32 * uint32 -> ValueTuple<uint32, uint32>
Public Shared Function DivRem (lower As UInteger, upper As UInteger, divisor As UInteger) As ValueTuple(Of UInteger, UInteger)

Parametry

lower
UInt32
upper
UInt32
divisor
UInt32

Zwraca

Atrybuty

Dotyczy

DivRem(UIntPtr, IntPtr, IntPtr)

Źródło:
X86Base.cs
Źródło:
X86Base.cs

Uwaga

Aby korzystać z tego interfejsu API w wersji zapoznawczej, należy włączyć funkcje w wersji zapoznawczej w projekcie, ustawiając właściwość EnablePreviewFeatures na True w pliku projektu. Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-preview-features.

DivRem is in preview.

IdIV reg/m

public:
 static ValueTuple<IntPtr, IntPtr> DivRem(UIntPtr lower, IntPtr upper, IntPtr divisor);
[System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")]
public static (IntPtr Quotient, IntPtr Remainder) DivRem (UIntPtr lower, IntPtr upper, IntPtr divisor);
[<System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")>]
static member DivRem : unativeint * nativeint * nativeint -> ValueTuple<nativeint, nativeint>
Public Shared Function DivRem (lower As UIntPtr, upper As IntPtr, divisor As IntPtr) As ValueTuple(Of IntPtr, IntPtr)

Parametry

lower
UIntPtr

unativeint

upper
IntPtr

nativeint

divisor
IntPtr

nativeint

Zwraca

ValueTuple<IntPtr,IntPtr>

ValueTuple<nativeint,nativeint>

Atrybuty

Dotyczy

DivRem(UIntPtr, UIntPtr, UIntPtr)

Źródło:
X86Base.cs
Źródło:
X86Base.cs

Uwaga

Aby korzystać z tego interfejsu API w wersji zapoznawczej, należy włączyć funkcje w wersji zapoznawczej w projekcie, ustawiając właściwość EnablePreviewFeatures na True w pliku projektu. Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-preview-features.

DivRem is in preview.

IdIV reg/m

public:
 static ValueTuple<UIntPtr, UIntPtr> DivRem(UIntPtr lower, UIntPtr upper, UIntPtr divisor);
[System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")]
public static (UIntPtr Quotient, UIntPtr Remainder) DivRem (UIntPtr lower, UIntPtr upper, UIntPtr divisor);
[<System.Runtime.Versioning.RequiresPreviewFeatures("DivRem is in preview.")>]
static member DivRem : unativeint * unativeint * unativeint -> ValueTuple<unativeint, unativeint>
Public Shared Function DivRem (lower As UIntPtr, upper As UIntPtr, divisor As UIntPtr) As ValueTuple(Of UIntPtr, UIntPtr)

Parametry

lower
UIntPtr

unativeint

upper
UIntPtr

unativeint

divisor
UIntPtr

unativeint

Zwraca

ValueTuple<UIntPtr,UIntPtr>

ValueTuple<unativeint,unativeint>

Atrybuty

Dotyczy