ILiveWatchFormatterToNumber Method
Converts the raw variable value into an instance of
double. If you would like to avoid losing precision, use the
ToNumber2(Byte) instead.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
double ToNumber(
byte[] value
)
- value Byte
- The raw variable value.
DoubleThe numeric value corresponding to the raw value.