public Value(BoolType value) { RefVal = value; NumVal = 0; }
public void Set(BoolType value) { RefVal = value; NumVal = 0; }