Todoublevalueda100 – Yokogawa PC-Based MX100 User Manual

Page 1157

Advertising
background image

24-66

IM MX190-01E

toDoubleValueDA100

Syntax

double toDoubleValueDA100(int dataValue, int point);

Declaration

Visual Basic
Public Declare Function toDoubleValueDA100 Lib
"DAQDA100"(ByVal dataValue As Long, ByVal point As Long) As
Double
Visual Basic.NET
Public Declare Ansi Function toDoubleValueDA100 Lib
"DAQDA100"(ByVal dataValue As Integer, ByVal point As Integer)
As Double
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="toDoubleValueDA100")]
public static extern double toDoubleValueDA100(int dataValue,
int point);

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

24.2 Details of Functions - DARWIN (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions

Advertising