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.
[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
- y
- Int64
Returns
- Attributes