libperun

Class std.rt.UnsignedInteger

Synopsis

public final class UnsignedInteger extends Comparable< UnsignedInteger >

Implicit managed wrapper for the unsigned integer types.

Fields

Constructors

public UnsignedInteger();

Construct the integer with value 0.

public UnsignedInteger(qword_t value);

Construct the integer with the specified value.

Methods

public qword_t get();

Get the integer value.

Add two integers.

Subtract two integers.

Multiply two integers.

Divide this integer by another.

Return this integer modulo another.

public UnsignedInteger opInvert();

Return the bit-inverse of this integer.

public bool opEquals(Object b);

Compare two integers.

public int opCompare(UnsignedInteger b);

No description given

public dword_t hash();

No description given