언어

Short.CompareUnsigned(Int16, Int16) 메서드

정의

값을 부호 없는 값으로 처리하는 두 short 값을 숫자로 비교합니다.

[Android.Runtime.Register("compareUnsigned", "(SS)I", "", ApiSince=31)]
public static int CompareUnsigned(short x, short y);
[<Android.Runtime.Register("compareUnsigned", "(SS)I", "", ApiSince=31)>]
static member CompareUnsigned : int16 * int16 -> int

매개 변수

x
Int16

비교할 첫 번째 short

y
Int16

비교할 두 번째 short

반품

0 ifx == y; 부호 없는 값인 경우 0 보다 x < y 작은 값, 부호 없는 값보다 0x > y 큰 값

특성

설명

값을 부호 없는 값으로 처리하는 두 short 값을 숫자로 비교합니다.

9에 추가되었습니다.

에 대한 java.lang.Short.compareUnsigned(short, short)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상