← Standard library

Hi64Result

struct Hi64Result
import Hi64Result from Wax;

The normalized high significand bits of a parser big integer and whether lower nonzero bits were discarded.

FloatParse.wax:267

Members

bitsfield

public uint64 bits

The high significand bits, left-aligned in a 64-bit word.

FloatParse.wax:271

truncatedfield

public bool truncated

Whether discarded lower bits contain any ones.

FloatParse.wax:275

constructorconstructor

public constructor ()

Creates a zero-initialized result record.

FloatParse.wax:279

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.