VeriStand .NET API Reference

TextLogFile.DecimalPlaces Property

Gets or sets a value indicating the number of decimal places used when converting the numeric log data to string

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property DecimalPlaces As UInteger
C#
public uint DecimalPlaces { get; set; }
Visual C++
public:
property unsigned int DecimalPlaces {
	unsigned int get ();
	void set (unsigned int value);
}

See Also

Log in to get a better experience