IFloatingPointIeee754<TSelf>.ILogB(TSelf) 메서드

정의

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

public:
 static int ILogB(TSelf x);
public static abstract int ILogB (TSelf x);
static member ILogB : 'Self -> int
Public Shared Function ILogB (x As TSelf) As Integer

매개 변수

x
TSelf

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

반환

의 정수 로그입니다 x.

적용 대상