Half.ILogB(Half) 方法

定義

計算值的整數對數。

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

參數

x
Half

要計算其整數對數的值。

傳回

x 整數對數。

實作

適用於