Todoublevalueda100reader – Yokogawa PC-Based MX100 User Manual

Page 1195

Advertising
background image

24-104

IM MX190-01E

toDoubleValueDA100Reader

Syntax

double toDoubleValueDA100Reader(int dataValue, int point);

Declaration

Visual Basic
Public Declare Function toDoubleValueDA100Reader Lib
"DAQDA100"(ByVal dataValue As Long, ByVal point As Long) As
Double
Visual Basic.NET
Public Declare Ansi Function toDoubleValueDA100Reader Lib
"DAQDA100"(ByVal dataValue As Integer, ByVal point As Integer)
As Double
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="toDoubleValueDA100Reader"]
public static extern double toDoubleValueDA100Reader(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 point number.

Reference

CDAQDARWINDataInfo::toDoubleValue

24.4 Details of Instantaneous Value Loading Functions - DARWIN - Status Transition Functions

Advertising