Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
DAQ
HAL
Calibration
C# Class DAQ.HAL.Calibration
ファイルを表示
Open project: ColdMatter/EDMSuite
Class Usage Examples
Protected Properties
Property
Type
Description
rangeHigh
double
rangeLow
double
Public Methods
Method
Description
CheckRange
(
double
input
) :
void
Convert
(
double
input
) :
double
Method Details
CheckRange()
public
method
public
CheckRange
(
double
input
) :
void
input
double
return
void
Convert()
public
abstract
method
public
abstract
Convert
(
double
input
) :
double
input
double
return
double
Property Details
rangeHigh
protected_oe property
protected
double
rangeHigh
return
double
rangeLow
protected_oe property
protected
double
rangeLow
return
double