public SemilatticeValue(SemilatticeData type, int val) { Type = type; ConstValue = val.ToString(); }
public SemilatticeValue(SemilatticeData type, string str = null) { Type = type; ConstValue = str; }