public MomInteger(string s, ErrMom error = null) : base(Different.MinDate, error) { String = s; }
public MomInteger(bool boolean, ErrMom error = null) : base(Different.MinDate, error) { Boolean = boolean; }
public MomInteger(double real, ErrMom error = null) : base(Different.MinDate, error) { Real = real; }
public MomInteger(int integer, ErrMom error = null) : base(Different.MinDate, error) { _integer = integer; }