UInt24.TrailingZeroCount Method
Definition
Computes the number of trailing zero bits in a value.
public static UInt24 TrailingZeroCount(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value whose trailing zero bits are to be counted. |
Returns
The number of trailing zero bits in value.