NFloat.ILogB(NFloat) Methode

Definition

Berechnet den ganzzahligen Logarithmus eines Werts.

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

Parameter

x
NFloat

Der Wert, dessen ganzzahliger Logarithmus berechnet werden soll.

Gibt zurück

Der ganzzahlige Logarithmus von x.

Implementiert

Gilt für: