public IfcPositiveInteger(Int64 value) : this() { this.Value = new IfcInteger(value); }
public IfcPositiveInteger(IfcInteger value) : this() { this.Value = value; }