TMtxVecController.FftThreadCount Property

property FftThreadCount: Integer;

Specifies the number of CPU cores to be used by the threaded algorithms internally.

Returns: Int32

Remarks:

Returns and allows setting thread count only for the FFT algorithm related code. If you want to do multi-threading in your own code, set this parameter to 1. The default value is 1 and user side multi-threading is assumed.