Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用于实现 64 位无符号二进制值的类。
public class Unsigned64
Unsigned64 类的所有成员,包括所有继承的成员。
add 方法
compare 方法
divide 方法
multiply 方法
remainder 方法
subtract 方法
目的是以长整型保存值,而不是使用此类中的静态方法对这些值进行解释。因为只有静态方法是相关方法,类无法进行实例化。
C 语言和 Java 语言都不关心溢出;因此,此类也不关心溢出。
add 方法compare 方法divide 方法multiply 方法remainder 方法subtract 方法