ObjectSeries<'K> Type
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
|
|
|
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.GetAs
Parameters:
'K
fallback : 'R
Returns: 'R
|
|
Full Usage:
this.GetAs
Parameters:
'K
Returns: 'R
|
|
|
|
Full Usage:
this.GetAtAs
Parameters:
int
Returns: 'R
|
|
Full Usage:
this.GetValues
Returns: 'R seq
|
|
|
|
|
|
Full Usage:
this.TryAs
Parameters:
ConversionKind
Returns: OptionalValue<Series<'K, 'R>>
|
|
Full Usage:
this.TryGetAs
Parameters:
'K
conversionKind : ConversionKind
Returns: OptionalValue<'R>
|
|
|
|
Static members
| Static member |
Description
|
|
|
Deedle