GeometryGym.Ifc.IfcReal.IfcReal C# (CSharp) Méthode

IfcReal() public méthode

public IfcReal ( double value ) : System
value double
Résultat System
		public IfcReal(double value) { mValue = value; }
		public override string ToString() { return "IFCREAL(" + ParserSTEP.DoubleToString(mValue) + ")"; }