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

Int64Streamer() public méthode

public Int64Streamer ( ) : System
Résultat System
        public Int64Streamer()
        {
            this.typeId = DataObjectType.Int64;
            this.type = typeof(long);
        }