Lydos.Matlab

Engine Constructor (Int32)

Creates a Matlab engine connection with the specified output buffer size.

[Visual Basic]
Public Sub New( _ 
   ByVal bufferSize As Integer _ 
)
[C#]
public Engine(
   int bufferSize
);
[C++]
public: Engine(
   int bufferSize
);
[JScript]
public function Engine(
   int bufferSize
);

Parameters

bufferSize
The number of bytes to reserve for the output buffer.

See Also

Engine Class | Lydos.Matlab Namespace | Engine Constructor Overload List