Click or drag to resize
AggregationKNewChunkWhile Method

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Aggregation<K> NewChunkWhile(
	FSharpFunc<K, FSharpFunc<K, bool>> item
)

Parameters

item
Type: Microsoft.FSharp.CoreFSharpFuncK, FSharpFuncK, Boolean

[Missing <param name="item"/> documentation for "M:Deedle.Aggregation`1.NewChunkWhile(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`0,System.Boolean}})"]

Return Value

Type: AggregationK

[Missing <returns> documentation for "M:Deedle.Aggregation`1.NewChunkWhile(Microsoft.FSharp.Core.FSharpFunc{`0,Microsoft.FSharp.Core.FSharpFunc{`0,System.Boolean}})"]

See Also