Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将两个值相乘,并以相同数据类型返回结果。
final long Unsigned64.multiply(long v1, long v2)
v1 第一个操作数。
v2 第二个操作数。
v1 和 v2 之积。