Char.IBinaryNumber<Char>.Log2(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the log2 of a value.
static char System.Numerics.IBinaryNumber<System.Char>.Log2(char value) = System::Numerics::IBinaryNumber<char>::Log2;
static char IBinaryNumber<char>.Log2 (char value);
static member System.Numerics.IBinaryNumber<System.Char>.Log2 : char -> char
Shared Function Log2 (value As Char) As Char Implements IBinaryNumber(Of Char).Log2
Parameters
- value
- Char
The value whose log2 is to be computed.
Returns
The log2 of value
.
Implements
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.