FpU128
struct FpU128import FpU128 from Wax;A low/high pair carrying an unsigned 128-bit product in the floating-point parser.
Members
lofield
public uint64 loThe least significant 64 bits.
hifield
public uint64 hiThe most significant 64 bits.
constructorconstructor
public constructor (uint64 lo, uint64 hi)Stores the supplied low and high halves.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.