Math.UnsignedMultiplyHigh(Int64, Int64) 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.
Returns the most significant 64 bits of the unsigned 128-bit product.
[Android.Runtime.Register("unsignedMultiplyHigh", "(JJ)J", "", ApiSince=35)]
public static long UnsignedMultiplyHigh(long x, long y);
[<Android.Runtime.Register("unsignedMultiplyHigh", "(JJ)J", "", ApiSince=35)>]
static member UnsignedMultiplyHigh : int64 * int64 -> int64
Parameters
- x
- Int64
The first multiplicative factor, interpreted as an unsigned 64-bit value.
- y
- Int64
The second multiplicative factor, interpreted as an unsigned 64-bit value.
Returns
The high 64 bits of the unsigned product.
- Attributes
Remarks
Returns the most significant 64 bits of the unsigned 128-bit product.