Enum H5.iter_order_t
Common iteration orders
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum iter_order_t : int
Fields
| Name | Description |
|---|---|
| DEC | Decreasing order [value = 1]. |
| INC | Increasing order [value = 0]. |
| N | Number of iteration orders [value = 3]. |
| NATIVE | No particular order, whatever is fastest [value = 2]. |
| UNKNOWN | Unknown order [value = -1]. |