InfnanResult
struct InfnanResultimport InfnanResult from Wax;The result of recognizing an inf/infinity/nan prefix. Read the bit fields only when ok is true.
Members
bits64field
public uint64 bits64The binary64 result bits on success.
bits32field
public uint32 bits32The binary32 result bits on success.
okfield
public bool okWhether this conversion or recognition attempt succeeded.
lastMatchfield
public int32 lastMatchThe first unconsumed byte offset relative to the supplied span.
outcomefield
public int32 outcomeThe FloatParse outcome code.
constructorconstructor
public constructor ()Creates a zero-initialized result record.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.