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