UInt24.Log2 Method
Definition
Computes the log2 of a value.
public static UInt24 Log2(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value whose log2 is to be computed. |
Returns
The log2 of value.
Computes the log2 of a value.
public static UInt24 Log2(UInt24 value);
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value whose log2 is to be computed. |
The log2 of value.