IFloatingPointIeee754<TSelf>.ILogB(TSelf) Method

Definition

Computes the integer logarithm of a value.

public:
 static int ILogB(TSelf x);
public static abstract int ILogB (TSelf x);
static member ILogB : 'Self -> int
Public Shared Function ILogB (x As TSelf) As Integer

Parameters

x
TSelf

The value whose integer logarithm is to be computed.

Returns

The integer logarithm of x.

Applies to