__declspec(property(get = GetPaired, put = SetPaired)) bool Paired;
If true then the table is paired.
Read:
bool GetPaired();Write:
void SetPaired(const bool Value);Declared in Dew::Stats::TMtxBinaryTest · Dew.Stats/StatTools.h · Cross-compiler