nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.IO.HDF5 / Layout

Layout

Full name Microsoft.VisualBasic.Data.IO.HDF5.struct.Layout Assembly Microsoft.VisualBasic.Data.IO.HDF5 Members 12

01 Syntax

Microsoft.VisualBasic.Data.IO.HDF5.struct.Layout

02 Methods

NameOverloadsSummary
addField 1
ToString 1

03 Properties

NameOverloadsSummary
fields 1 如果这个列表不是空的,则说明目标对象是DataTypes.DATATYPE_COMPOUND类型的结构体
isCompoundStruct 1 是否是DataTypes.DATATYPE_COMPOUND复合类型?
isEmpty 1 All of the values in this Layout object is empty!
dataAddress 1
chunkSize 1
numberOfDimensions 1
dimensionLength 1
maxDimensionLength 1
dataset 1

04 Fields

NameOverloadsSummary
fieldList 1

05 Members

property fields #
fields

如果这个列表不是空的,则说明目标对象是DataTypes.DATATYPE_COMPOUND类型的结构体

property isCompoundStruct #
isCompoundStruct

是否是DataTypes.DATATYPE_COMPOUND复合类型?

property isEmpty #
isEmpty

All of the values in this Layout object is empty!

field fieldList #
fieldList
property dataAddress #
dataAddress
property chunkSize #
chunkSize
property numberOfDimensions #
numberOfDimensions
property dimensionLength #
dimensionLength
property maxDimensionLength #
maxDimensionLength
property dataset #
dataset
method addField #
addField(String, Int32, Int32, Int32, Int32)
method ToString #
ToString()