UIntPtr.Log2(UIntPtr) Method

Definition

Computes the log2 of a value.

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

Parameters

value
UIntPtr

unativeint

The value whose log2 is to be computed.

Returns

UIntPtr

unativeint

The log2 of value.

Implements

Applies to