BACnet.Ashrae.NotificationParameters.FloatingLimit.FloatingLimit C# (CSharp) Method

FloatingLimit() public method

public FloatingLimit ( float referenceValue, StatusFlags statusFlags, float setpointValue, float errorLimit ) : System
referenceValue float
statusFlags StatusFlags
setpointValue float
errorLimit float
return 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