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

Int16Streamer() public méthode

public Int16Streamer ( ) : System
Résultat System
        public Int16Streamer()
        {
            this.typeId = DataObjectType.Int16;
            this.type = typeof(short);
        }