Home
last modified time | relevance | path

Searched refs:GetNumberFormat (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs309 private string GetNumberFormat(NumberModes mode, int width) in GetNumberFormat() method in Antmicro.Renode.UserInterface.Monitor
330 …writer.Write(string.Format(CultureInfo.InvariantCulture, GetNumberFormat(CurrentNumberFormat, 2 * … in PrintActionResult()