Note: This API is now obsolete.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
[ObsoleteAttribute("Use SliceQuery class instead")]
public PivotData Slice(
string[] dimensions,
bool lazyTotals,
Func<Object[], IAggregator, bool> predicate
)
<ObsoleteAttribute("Use SliceQuery class instead")>
Public Function Slice (
dimensions As String(),
lazyTotals As Boolean,
predicate As Func(Of Object(), IAggregator, Boolean)
) As PivotData
public:
[ObsoleteAttribute(L"Use SliceQuery class instead")]
PivotData^ Slice(
array<String^>^ dimensions,
bool lazyTotals,
Func<array<Object^>^, IAggregator^, bool>^ predicate
)
[<ObsoleteAttribute("Use SliceQuery class instead")>]
member Slice :
dimensions : string[] *
lazyTotals : bool *
predicate : Func<Object[], IAggregator, bool> -> PivotData
Parameters
- dimensions
- Type: SystemString
- lazyTotals
- Type: SystemBoolean
- predicate
- Type: SystemFuncObject, IAggregator, Boolean
Return Value
Type:
PivotData
Reference