GeometryGym.Ifc.IfcSpecularExponent.IfcSpecularExponent C# (CSharp) Method

IfcSpecularExponent() public method

public IfcSpecularExponent ( double value ) : System
value double
return System
		public IfcSpecularExponent(double value) { mValue = value; }
		public override string ToString() { return "IFCSPECULAREXPONENT(" + ParserSTEP.DoubleToString(mValue) + ")"; }