Method MapMissingToOrd0
MapMissingToOrd0(IEnumerable<Nullable<Int64>>)
remaps ord -1 to ord 0 on this iterable.
Declaration
public static IEnumerable<long?> MapMissingToOrd0(IEnumerable<long?> iterable)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System.Nullable<System.Int64>> | iterable |
Returns
Type | Description |
---|---|
IEnumerable<System.Nullable<System.Int64>> |