Lydos.Matlab

Engine.BufferSize Property

The size of the result buffer.

[Visual Basic]
Public Property BufferSize As Integer
[C#]
public int BufferSize { get; set; }
[C++]
public: __property int get_BufferSize();
public: __property void set_BufferSize(int );
[JScript]
public function get BufferSize() : int
public function set BufferSize(int);

Property Value

The size, in bytes, of the result buffer.

See Also

Engine Class | Lydos.Matlab Namespace