SeriesBuilder<'K>
Namespace: Deedle
A simple class that inherits from SeriesBuilder<'K, obj>
and can be
used instead of writing SeriesBuilder<'K, obj>
with two type arguments.
Constructors
Constructor | Description |
new()
Signature: unit -> SeriesBuilder<'K>
|