ILogarithmicFunctions<TSelf>.LogP1(TSelf) 메서드

정의

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

public:
 static override TSelf LogP1(TSelf x);
public static virtual TSelf LogP1 (TSelf x);
static member LogP1 : 'Self -> 'Self
Public Shared Overrides Function LogP1 (x As TSelf) As TSelf

매개 변수

x
TSelf

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

반환

TSelf

loge(x + 1)

적용 대상