TSignalToComplexList::FloatPrecision Property

__declspec(property(get = GetFloatPrecision, put = SetFloatPrecision)) TMtxFloatPrecision FloatPrecision;

Set this property to request computation in 32bit/64bit precision with real/complex numbers.

Read: TMtxFloatPrecision GetFloatPrecision();
Write: virtual void SetFloatPrecision(const TMtxFloatPrecision Value);
Remarks:

The value of this property is typically picked up from Input or Inputs property. Setting this value is only meaningfull, if this component is the first in the computational pipe. Aditionally, by setting FloatPrecisionLock to True, will prevent both IsDouble and Complex properties of all items to have their corresponding properties changed. Changing IsDouble/Complex properties will also change value of FloatPrecision property.

Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler