Convert Method (DefaultByteDecimalMSB3)
- Last UpdatedApr 08, 2026
- 1 minute read
Perform a Byte Decimal conversion OASySDNA.RealTime.KrunchDataTypeConverters.Helper.ByteDecimal of the byte-ordered data from the remote. The Most Significant Byte (MSB) factor is 1000. The Least Significant Byte (LSB) factor is 1.
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.