Convert Method (DefaultInt16Converter)
- Last UpdatedApr 08, 2026
- 1 minute read
Convert the byte-ordered data from the DataStream to Int16.
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 byte ordered data converted to Int16 and returned in a Double.