Share via


TextLoader.Options.MissingRealsAsNaNs Field

Definition

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 

Field Value

Applies to