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