TextLogFile.DecimalPlaces Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value indicating the number of decimal places used when converting the numeric log data to string
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: 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); } |