Int128.Log2(Int128) Method

Definition

Computes the log2 of a value.

public:
 static Int128 Log2(Int128 value) = System::Numerics::IBinaryNumber<Int128>::Log2;
public static Int128 Log2 (Int128 value);
static member Log2 : Int128 -> Int128
Public Shared Function Log2 (value As Int128) As Int128

Parameters

value
Int128

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to