Owner manual
10-49
IM MX190-01E
Functions for the DARWIN - Visual C/Visual Basic -
10
toDoubleValueDARWIN
Syntax
double toDoubleValueDARWIN(int dataValue, int point);
Declaration
Public Declare Function toDoubleValueDARWIN Lib
"DAQDARWIN"(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
CDAQDARWINDataInfo::toDoubleValue
10.1 Details of Functions - DARWIN (Visual C/Visual Basic) -