ObjectSeries<'K>
Namespace: Deedle
Represents a series containing boxed values. This type is inherited from Series<'K, obj>
and it adds additional operations for accessing values with unboxing. This includes operations
such as os.GetAs<'T>
, os.TryGetAs<'T>
and os.TryAs<'T>
which (attempt to) convert
values to the specified type 'T
.
Constructors
Constructor | Description |
new(series)
Signature: series:Series<'K,obj> -> ObjectSeries<'K>
|
Instance members
Static members
Static member | Description |
( ? )(series, name)
Signature: (series:ObjectSeries<string> * name:string) -> float
|