MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / HertzToText

Function HertzToText

Source/Engine/Core/Utilities.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 /// <returns>The best fitting string.</returns>
85 template<typename T>
86 String HertzToText(T hertz)
87 {
88 return UnitsToText(hertz, 1000, Private::HertzSizes);
89 }
90
91 // Returns the amount of set bits in 32-bit integer.
92 inline int32 CountBits(uint32 x)

Callers 1

LogInfoMethod · 0.85

Calls 1

UnitsToTextFunction · 0.85

Tested by

no test coverage detected