Level.IntValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the integer value for this level.
[Android.Runtime.Register("intValue", "()I", "")]
public int IntValue ();
[<Android.Runtime.Register("intValue", "()I", "")>]
member this.IntValue : unit -> int
Returns
the integer value for this level.
- Attributes
Remarks
Get the integer value for this level. This integer value can be used for efficient ordering comparisons between Level objects.
Java documentation for java.util.logging.Level.intValue()
.
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.