C# Class Opc.Ua.Range

Stores a range.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
Range ( double high, double low ) : System

Initializes the object with the high and low limits.

Method Details

Range() public method

Initializes the object with the high and low limits.
public Range ( double high, double low ) : System
high double
low double
return System