UIntPtr.Log2(UIntPtr) Methode

Definitie

Berekent het logboek2 van een waarde.

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

De waarde waarvan log2 moet worden berekend.

Retouren

UIntPtr

unativeint

Het logboek2 van value.

Implementeringen

Van toepassing op