Share via


MLFeatureValue.Undefined Property

Definition

Gets whether the underlying value is undefined.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Undefined { [Foundation.Export("isUndefined")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isUndefined")>]
member this.Undefined : bool

Property Value

true if the value is undefined.

Attributes

Applies to