Header menu logo Deedle

Deedle.Internal Namespace

Modules Description

Array

This module contains additional functions for working with arrays. `Deedle.Internals` is opened, it extends the standard `Array` module.

List

This module contains additional functions for working with lists.

MissingValues

Utility functions for identifying missing values. The `isNA` function can be used to test whether a value represents a missing value - this includes the `null` value, `Nullable` value with `HasValue = false` and `Single.NaN` as well as `Double.NaN`. The functions in this module are not intended to be called directly.

ReadOnlyCollection

Provides helper functions for working with `ReadOnlyCollection` similar to those in the `Array` module. Most importantly, F# 3.0 does not know that array implements `IList`.

Seq

This module contains additional functions for working with sequences. `Deedle.Internals` is opened, it extends the standard `Seq` module.

Type something to start searching.