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

Int32Streamer() 공개 메소드

public Int32Streamer ( ) : System
리턴 System
        public Int32Streamer()
        {
            this.typeId = DataObjectType.Int32;
            this.type = typeof(int);
        }