__declspec(property(get = GetSigned, put = SetSigned)) bool Signed;
Signal is signed, if centered around zero.
Read:
bool GetSigned();Write:
void SetSigned(const bool Value);Remarks:
Set this value to true to indicate if the (integer) signal is centered around zero or spans from zero to 2^(PrecisionBits).
Declared in Dew::Signal::TSignalSaturationWarning · Dew.Signal/SignalAnalysis.h · Cross-compiler