다음을 통해 공유


Modifier.IsStrict(Int32) 메서드

정의

정수 인수에 한정자가 포함되어 strictfp 있으면 반환하고, false 그렇지 않으면 반환 true 합니다.

[Android.Runtime.Register("isStrict", "(I)Z", "")]
public static bool IsStrict (int mod);
[<Android.Runtime.Register("isStrict", "(I)Z", "")>]
static member IsStrict : int -> bool

매개 변수

mod
Int32

한정자 집합

반환

true한정자를 strictfp 포함하면 mod 되며, false 그렇지 않으면

특성

설명

정수 인수에 한정자가 포함되어 strictfp 있으면 반환하고, false 그렇지 않으면 반환 true 합니다.

에 대한 java.lang.reflect.Modifier.isStrict(int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상