Rdata Format Enumeration
Enumerates the possible formats of an .rdata file.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public enum RdataFormat
Members
Xdr | 0 | The file is stored in XDR format. This is the default. |
Ascii | 1 | The file is stored in ASCII format. |
Binary | 2 | The file is stored in native binary format. This is currently not supported. |