Single.Log 메서드

정의

오버로드

Name Description
Log(Single, Single)

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

Log(Single)

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

Log(Single, Single)

Source:
Single.cs
Source:
Single.cs
Source:
Single.cs
Source:
Single.cs
Source:
Single.cs

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

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

매개 변수

x
Single

로그를 계산할 값입니다.

newBase
Single

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

반품

의 기본newBase 로그입니다 x.

구현

적용 대상

Log(Single)

Source:
Single.cs
Source:
Single.cs
Source:
Single.cs
Source:
Single.cs
Source:
Single.cs

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

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

매개 변수

x
Single

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

반품

의 자연 로그입니다 x.

구현

적용 대상