UUID.LeastSignificantBits 属性

定义

返回此 UUID 128 位值的最小有效 64 位。

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

属性值

此 UUID 128 位值的最小有效 64 位

属性

注解

返回此 UUID 128 位值的最小有效 64 位。

适用于 . 的 java.util.UUID.getLeastSignificantBits()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于