8.7 OEFuzzVal

The OEFuzzVal namespace defines the values used to construct OEFuzzy (Section 3.10) instances. Fuzzy values of true, false, and maybe are represented by the corresponding constants in the OEFuzzVal namespace.

namespace OEFuzzVal
{
const unsigned int False = 0;
const unsigned int True  = 1;
const unsigned int Maybe = 2;
}