C# 클래스 Opc.Ua.Range

Stores a range.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Range ( double high, double low ) : System

Initializes the object with the high and low limits.

메소드 상세

Range() 공개 메소드

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