FastQuant.MatrixStreamer.MatrixStreamer C# (CSharp) Method

MatrixStreamer() public method

public MatrixStreamer ( ) : System
return System
        public MatrixStreamer()
        {
            this.typeId = DataObjectType.Matrix;
            //this.type = typeof(Matrix);
        }