FastQuant.Int16Streamer.Int16Streamer C# (CSharp) 메소드

Int16Streamer() 공개 메소드

public Int16Streamer ( ) : System
리턴 System
        public Int16Streamer()
        {
            this.typeId = DataObjectType.Int16;
            this.type = typeof(short);
        }