Half.Log 메서드

정의

오버로드

Name Description
Log(Half)

값의 자연(base-E 로그)을 계산합니다.

Log(Half, Half)

지정된 베이스에 있는 값의 로그를 계산합니다.

Log(Half)

Source:
Half.cs
Source:
Half.cs
Source:
Half.cs
Source:
Half.cs
Source:
Half.cs

값의 자연(base-E 로그)을 계산합니다.

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

매개 변수

x
Half

자연 로그를 계산할 값입니다.

반품

의 자연 로그입니다 x.

구현

적용 대상

Log(Half, Half)

Source:
Half.cs
Source:
Half.cs
Source:
Half.cs
Source:
Half.cs
Source:
Half.cs

지정된 베이스에 있는 값의 로그를 계산합니다.

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

매개 변수

x
Half

로그를 계산할 값입니다.

newBase
Half

로그를 계산할 기준입니다.

반품

의 기본newBase 로그입니다 x.

구현

적용 대상