net9.0
namespace System.Runtime.Intrinsics.X86
{
[CLSCompliant(false)]
public abstract class X86Base
{
[Experimental("SYSLIB5004", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
public static (UIntPtr Quotient, UIntPtr Remainder) DivRem(UIntPtr lower, UIntPtr upper, UIntPtr divisor);
}
}
Design Reviews |
|
---|---|
.NET | 8.09.0 |
Information specific to net9.0 | |
Assembly | System.Runtime.Intrinsics , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Preview | DivRem is in preview.(more details) |
Platform Restrictions | This API is supported on all platforms. |