NFloat.ILogB(NFloat) 메서드

정의

값의 정수 로그를 계산합니다.

public:
 static int ILogB(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ILogB;
public static int ILogB (System.Runtime.InteropServices.NFloat x);
static member ILogB : System.Runtime.InteropServices.NFloat -> int
Public Shared Function ILogB (x As NFloat) As Integer

매개 변수

x
NFloat

정수 로그를 계산할 값입니다.

반환

의 정수 로그입니다 x.

구현

적용 대상