MissingValues
Namespace: Deedle.Internal
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<T>
value with HasValue = false
and
Single.NaN
as well as Double.NaN
.
The functions in this module are not intended to be called directly.