TextLoader.Options.MissingRealsAsNaNs Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, missing real fields (i.e. double or single fields) will be loaded as NaN. If false, they'll be loaded as 0. Default is false. A field is considered "missing" if it's empty, if it only has whitespace, or if there are missing columns at the end of a given row.
public bool MissingRealsAsNaNs;
val mutable MissingRealsAsNaNs : bool
Public MissingRealsAsNaNs As Boolean