MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getThousandsSeparator

Function getThousandsSeparator

source/MRViewer/MRUnitSettings.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63char getThousandsSeparator()
64{
65 // Use the value from an arbitrary unit, they should normally be the same on all units.
66 return getDefaultUnitParams<LengthUnit>().thousandsSeparator;
67}
68
69void setThousandsSeparator( char ch )
70{

Callers 2

saveSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected