Convert Method (DefaultSignedByteConverter)
- Last UpdatedApr 08, 2026
- 1 minute read
Convert the first byte of data from the DataStream to a Signed Byte.
public double Convert(
KrunchContext context
)
public:
double Convert(
KrunchContext^ context
)
Parameters
- context
- The KrunchContext provided by the DataStream containing the byte-ordered data for conversion.
Return Value
The first byte of data from the DataStream converted to a Signed Byte and returned in a Double.