net9.0
namespace System.Runtime.Intrinsics.X86
{
[CLSCompliant(false)]
public abstract class X86Base
{
public abstract class X64
{
[Experimental("SYSLIB5004", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
public static (long Quotient, long Remainder) DivRem(ulong lower, long upper, long divisor);
}
}
}
.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. |