Skip to content

UInt24.TrailingZeroCount Method

Definition

Computes the number of trailing zero bits in a value.

public static UInt24 TrailingZeroCount(UInt24 value);

View source

Parameters

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

Returns

UInt24

The number of trailing zero bits in value.