Click or drag to resize

DataFileInfoRecordSize Property

Gets total the number of columns per record in the file.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public int RecordSize { get; }

Property Value

Int32
Remarks

This is the total number of columns, ignoring the first column (independent variable) if it exists and may be > Series.Count.

See Also