BACnet.Ashrae.COVCriteria.ReferencedPropertyIncrementWrapper.Load C# (CSharp) Method

Load() public static method

public static Load ( IValueStream stream ) : ReferencedPropertyIncrementWrapper
stream IValueStream
return ReferencedPropertyIncrementWrapper
            public static new ReferencedPropertyIncrementWrapper Load(IValueStream stream)
            {
                var temp = Value<float>.Load(stream);
                return new ReferencedPropertyIncrementWrapper(temp);
            }
COVCriteria.ReferencedPropertyIncrementWrapper