C# Class Opc.Ua.Range

Stores a range.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
Range ( double high, double low ) : System

Initializes the object with the high and low limits.

Method Details

Range() public méthode

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