FileInterface.Precision Property

Top 

Description

The maximum number of digits that shall be written during output operations to express floating point numbers. This includes both digits before and after the decimal point.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

 

Syntax

myVariable1 = myFileInterface1.Precision;

 

myFileInterface1.Precision = myVariable1;

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data