FastQuant.Int32Streamer.Int32Streamer C# (CSharp) Method

Int32Streamer() public method

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