DoubleAggregator.IsEmpty 属性
定义
确定 double 值序列是否为空。Determines whether a sequence of double values is empty.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean
属性值
如果结果为空,则为 true;否则为 false。true if the result is empty; otherwise, false.