StrictMath.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 as a long
the most significant 64 bits of the unsigned
128-bit product of two unsigned 64-bit factors.
[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 value
- y
- Int64
the second value
Returns
the result
- Attributes
Remarks
Returns as a long
the most significant 64 bits of the unsigned 128-bit product of two unsigned 64-bit factors.
Added in 18.
Java documentation for java.lang.StrictMath.unsignedMultiplyHigh(long, long)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.