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