SeriesBuilder<'K, 'V>
Namespace: Deedle
The type can be used for creating series using mutation. You can add
items using Add
and get the resulting series using the Series
property.
Using from C#
The type supports the C# collection builder pattern:
1: 2: |
|
The type also supports the dynamic
operator:
1: 2: 3: |
|
Multiple items
val string : value:'T -> string
--------------------
type string = System.String
val string : value:'T -> string
--------------------
type string = System.String
Multiple items
val double : value:'T -> double (requires member op_Explicit)
--------------------
type double = System.Double
val double : value:'T -> double (requires member op_Explicit)
--------------------
type double = System.Double
type obj = System.Object
Constructors
Constructor | Description |
new()
Signature: unit -> SeriesBuilder<'K,'V>
|
CompiledName: |
Instance members
Static members
Static member | Description |
SeriesBuilder.( ?<- )(...)
Signature: (builder:SeriesBuilder<string,'V> * name:string * value:'V) -> unit
|
CompiledName: |