Skip to content

UInt24.LeadingZeroCount Method

Definition

Computes the number of leading zero bits in a value.

public static UInt24 LeadingZeroCount(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value whose leading zero bits are to be counted.

Returns

UInt24

The number of leading zero bits in value.