NFloat.ILogB(NFloat) Method

Definition

Computes the integer logarithm of a value.

public:
 static int ILogB(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ILogB;
public static int ILogB (System.Runtime.InteropServices.NFloat x);
static member ILogB : System.Runtime.InteropServices.NFloat -> int
Public Shared Function ILogB (x As NFloat) As Integer

Parameters

x
NFloat

The value whose integer logarithm is to be computed.

Returns

The integer logarithm of x.

Implements

Applies to