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 (ulong Quotient, ulong Remainder) DivRem(ulong lower, ulong upper, ulong divisor);
}
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |