Half.Log10(Half) 메서드

정의

값의 base-10 로그를 계산합니다.

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

매개 변수

x
Half

반환

Half

밑이 10인 x의 로그입니다.

구현

적용 대상