Modifier.IsStrict(Int32) Method

Definition

Return true if the integer argument includes the strictfp modifier, false otherwise.

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

Parameters

mod
Int32

a set of modifiers

Returns

true if mod includes the strictfp modifier; false otherwise.

Attributes

Remarks

Return true if the integer argument includes the strictfp modifier, false otherwise.

Java documentation for java.lang.reflect.Modifier.isStrict(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to