Math.UnsignedMultiplyHigh(Int64, Int64) Method

Definition

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.

Applies to