UUID.MostSignificantBits Property

Definition

Returns the most significant 64 bits of this UUID's 128 bit value.

public long MostSignificantBits { [Android.Runtime.Register("getMostSignificantBits", "()J", "")] get; }
[<get: Android.Runtime.Register("getMostSignificantBits", "()J", "")>]
member this.MostSignificantBits : int64

Property Value

The most significant 64 bits of this UUID's 128 bit value

Attributes

Remarks

Returns the most significant 64 bits of this UUID's 128 bit value.

Java documentation for java.util.UUID.getMostSignificantBits().

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