Gets whether the aggregator produces a value for empty groups.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool EmptyGroupsHaveValue { get; }
Public Overridable ReadOnly Property EmptyGroupsHaveValue As Boolean
Get
public:
virtual property bool EmptyGroupsHaveValue {
bool get ();
}
abstract EmptyGroupsHaveValue : bool with get
override EmptyGroupsHaveValue : bool with get
Property Value
Type:
BooleanImplements
IAggregator2EmptyGroupsHaveValue
Reference