ArmBase.Arm64.MultiplyHigh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MultiplyHigh(Int64, Int64) |
A64: SMULH Xd, Xn, Xm |
MultiplyHigh(UInt64, UInt64) |
A64: UMULH Xd, Xn, Xm |
MultiplyHigh(Int64, Int64)
A64: SMULH Xd, Xn, Xm
public:
static long MultiplyHigh(long left, long right);
public static long MultiplyHigh (long left, long right);
static member MultiplyHigh : int64 * int64 -> int64
Public Shared Function MultiplyHigh (left As Long, right As Long) As Long
Parameters
- left
- Int64
- right
- Int64
Returns
Applies to
MultiplyHigh(UInt64, UInt64)
A64: UMULH Xd, Xn, Xm
public:
static System::UInt64 MultiplyHigh(System::UInt64 left, System::UInt64 right);
public static ulong MultiplyHigh (ulong left, ulong right);
static member MultiplyHigh : uint64 * uint64 -> uint64
Public Shared Function MultiplyHigh (left As ULong, right As ULong) As ULong
Parameters
- left
- UInt64
- right
- UInt64
Returns
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.