TCrossAnalyzer::Coherence Property

__declspec(property(get = GetCoherence, put = SetCoherence)) TVec*Coherence;

Stores the coherence between Input and output. The vector holds valid values only then, if Analysis property contains caCoherence.

Read: TVec *GetCoherence();
Write: void SetCoherence(TVec *Value);
Declared in Dew::Signal::TCrossAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler