NewTOAPIA.Net.Rtp.GF16.GF16 C# (CSharp) Method

GF16() public method

Ctor
public GF16 ( UInt16 i ) : System
i System.UInt16 Value
return System
        public GF16(UInt16 i)
        {
            this.i = i;
        }

Same methods

GF16::GF16 ( ) : System