Owner manual
5-99
IM MX190-01E
Functions for the MX100 (Visual C/Visual Basic)
5
toDoubleValueMX
Syntax
double toDoubleValueMX(int dataValue, int point);
Declaration
Public Declare Function toDoubleValueMX Lib "DAQMX"(ByVal
dataValue As Long, ByVal point As Long) As Double
Parameters
dataValue Specify the data value.
point Specify the decimal point position.
Description
Generates the measured value from the specified data value and decimal point
position.
Return value
Returns the measured value as a double-precision floating number.
Reference
CDAQDataInfo::toDoubleValue
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -