Data reader methods for a given variable data value. (在这个模块之中读取variable.value数据变量的值)
DataReader
01 Syntax
Microsoft.VisualBasic.DataStorage.netCDF.Data.DataReader
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| dimProduct | 1 | Product of the sizes of the given dimension ids. |
| nonRecord | 1 | Read data for the given non-record variable |
| record | 1 | Read data for the given record variable (读取结构体数据?) |
03 Members
dimProduct(Dimension(),
Int32())Product of the sizes of the given dimension ids.
Read data for the given non-record variable
Remarks
非记录类型则是一个数组
Parameters
| Name | Type | Description |
|---|---|---|
buffer | BinaryDataReader | Buffer for the file data |
variable | variable | Variable metadata |
Returns
Data of the element
Read data for the given record variable (读取结构体数据?)
Remarks
记录类型的数据可能是一个矩阵类型
Parameters
| Name | Type | Description |
|---|---|---|
buffer | BinaryDataReader | Buffer for the file data |
variable | variable | Variable metadata |
recordDimension | recordDimension | Record dimension metadata |
Returns
Data of the element