Enum DataType
The data type gives information about the values
Namespace: Stac.Common
Assembly: DotNetStac.dll
Syntax
public enum DataType : int
Fields
| Name | Description |
|---|---|
| cfloat32 | |
| cfloat64 | |
| cint16 | |
| cint32 | |
| float16 | |
| float32 | |
| float64 | |
| int16 | |
| int32 | |
| int64 | |
| int8 | |
| other | |
| uint16 | |
| uint32 | |
| uint64 | |
| uint8 |