MCPcopy Create free account
hub / github.com/audacity/audacity / floatMax

Function floatMax

src/widgets/MeterPanel.cpp:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861static float floatMax(float a, float b)
862{
863 return a>b? a: b;
864}
865
866/* Unused as yet.
867static int intmin(int a, int b)

Callers 2

UpdateDisplayMethod · 0.85
OnMeterUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected