Click or drag to resize

StatType Enumeration

Type of statistics stored in file.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum StatType
Members
  Member nameValueDescription
Undefined0 Undefined - error.

dfs enum: F_UNDEFINED_STAT_TYPE

NoStat1 no stats. Only statistics available is the global number of delete values, min and max for all data cellss of the item.

dfs enum: F_NO_STAT

RegularStat2 Regular statistics.

For each data value is stored the minimum, maximum, mean, standard deviation, auto correlation coefficient and the number of values, delete values and pairs.

dfs enum: F_REGULAR_STAT

LargevalStat3 Obsolete. Regular statistics, same as RegularStat

dfs enum: F_LARGEVAL_STAT

Remarks
from dfsio.h.
See Also