Single.ILogB(Single) Method

Definition

Computes the integer logarithm of a value.

public:
 static int ILogB(float x) = System::Numerics::IFloatingPointIeee754<float>::ILogB;
public static int ILogB (float x);
static member ILogB : single -> int
Public Shared Function ILogB (x As Single) As Integer

Parameters

x
Single

The value whose integer logarithm is to be computed.

Returns

The integer logarithm of x.

Implements

Applies to