mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-16 02:02:51 -07:00
Code cleanup: Use number formatting utilities from the standard library (#1743)
* Use general format in Graphing Calculator share * Use stringstream (general format) to format graph settings min/max * cleanup
This commit is contained in:
parent
d25cde553f
commit
8fab2cb060
10 changed files with 52 additions and 94 deletions
|
@ -713,7 +713,6 @@ namespace CalculatorApp
|
|||
{
|
||||
public:
|
||||
static Platform::String ^ EscapeHtmlSpecialCharacters(Platform::String ^ originalString);
|
||||
static Platform::String^ TrimTrailingZeros(Platform::String^ input);
|
||||
static bool AreColorsEqual(Windows::UI::Color color1, Windows::UI::Color color2);
|
||||
static Windows::UI::Xaml::Media::SolidColorBrush ^ GetContrastColor(Windows::UI::Color backgroundColor);
|
||||
static int GetWindowId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue