Method BigMulHigh
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
BigMulHigh(long, long)
Computes the product of two signed 64-bit numbers and returns the higher 64 bits (计算两个有符号 64 位数的乘积,并返回较高的64位).
public static long BigMulHigh(long a, long b)
Parameters
Returns
- long
The high 64-bit of the product of the specified numbers (指定数字乘积的高 64 位).
BigMulHigh(ulong, ulong)
Computes the product of two unsigned 64-bit numbers and returns the higher 64 bits (计算两个无符号 64 位数的乘积,并返回较高的64位).
[CLSCompliant(false)]
public static ulong BigMulHigh(ulong u, ulong v)
Parameters
Returns
- ulong
The high 64-bit of the product of the specified numbers (指定数字乘积的高 64 位).