FastQuant.Int32Streamer.Int32Streamer C# (CSharp) Méthode

Int32Streamer() public méthode

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