OptionalDouble.IsPresent 属性

定义

如果存在值,则返回,否则false返回true

public bool IsPresent { [Android.Runtime.Register("isPresent", "()Z", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isPresent", "()Z", "", ApiSince=24)>]
member this.IsPresent : bool

属性值

true 如果存在值,则为 false

属性

注解

如果存在值,则返回,否则false返回true

Java文档java.util.OptionalDouble.isPresent()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于