BACnet.Ashrae.PriorityValue.NewInteger C# (CSharp) Method

NewInteger() public static method

public static NewInteger ( uint integer ) : PriorityValue
integer uint
return PriorityValue
        public static PriorityValue NewInteger(uint integer)
        {
            return new IntegerWrapper(integer);
        }