Single.Log2(Single) Méthode

Définition

Calcule le journal2 d’une valeur.

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

Paramètres

value
Single

Valeur dont log2 doit être calculé.

Retours

Journal2 de value.

Implémente

S’applique à