NFloat.LogP1(NFloat) 메서드

정의

값에 1을 더한 자연(base-E) 로그를 계산합니다.

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

매개 변수

x
NFloat

자연 로그를 계산하기 전에 추가되는 값입니다.

반환

loge(x + 1)

구현

적용 대상