Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Clang > API/Runtime/Core/Clang/FClangPlatformMath
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Clang/ClangPlatformMath.h |
| Include | #include "Clang/ClangPlatformMath.h" |
static uint32 CountTrailingZeros
(
uint32 Value
)
Remarks
Counts the number of trailing zeros in the bit representation of the value the number of zeros after the last "on" bit
Parameters
| Name | Description |
|---|---|
| Value | the value to determine the number of trailing zeros for |