Skip to content

UInt24.Log2 Method

Definition

Computes the log2 of a value.

public static UInt24 Log2(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value whose log2 is to be computed.

Returns

UInt24

The log2 of value.