DataObjectKind Enumeration

Enumerates the kinds of objects that may be stored in a file.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public enum DataObjectKind

Members

Dictionary0 A mapping from names to objects.
Matrix1 A two-dimensional array.
Vector2 A one-dimensional array.
DataFrame3 A data frame.
List4 A list of items that may be of different types.
Scalar5 A single value.
Object6 A single value of an object type.

See Also