BACnet.Ashrae.NotificationParameters.FloatingLimit.FloatingLimit C# (CSharp) Метод

FloatingLimit() публичный Метод

public FloatingLimit ( float referenceValue, StatusFlags statusFlags, float setpointValue, float errorLimit ) : System
referenceValue float
statusFlags StatusFlags
setpointValue float
errorLimit float
Результат System
            public FloatingLimit(float referenceValue, StatusFlags statusFlags, float setpointValue, float errorLimit)
            {
                this.ReferenceValue = referenceValue;
                this.StatusFlags = statusFlags;
                this.SetpointValue = setpointValue;
                this.ErrorLimit = errorLimit;
            }
NotificationParameters.FloatingLimit