SoOutputSetFloatPrecision Method |
Sets the precision for writing floating point numbers (type float), i.e. the number of significant digits.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetFloatPrecision(
int precision
)
Public Sub SetFloatPrecision (
precision As Integer
)
public:
void SetFloatPrecision(
int precision
)
member SetFloatPrecision :
precision : int -> unit
Parameters
- precision
- Type: SystemInt32
Remarks Floating point numbers are written using %.xg format, where 'x' is the value of the precision argument.
See Also