Half.LogP1(Half) 方法

定義

計算值加一對數的自然 (基底-E) 對數。

public:
 static Half LogP1(Half x) = System::Numerics::ILogarithmicFunctions<Half>::LogP1;
public static Half LogP1 (Half x);
static member LogP1 : Half -> Half
Public Shared Function LogP1 (x As Half) As Half

參數

x
Half

傳回

Half

loge (x + 1)

實作

適用於