LongInt

"Long" integer, split into high and low halves.

Members

Variables

high
TypeForBits!bits high;
Undocumented in source.
high
Signed!(TypeForBits!bits) high;
low
TypeForBits!bits low;

Parameters

bits

Number of bits in one half.

Meta