ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Length value to be used with H5T.set_size() / H5T.create().
Compute the necessary setting of the cell length for the given data. Recognizes the padding and internal limitations of HDF5.
[ILNumerics HDF5 Module]
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static int GetMaxLength( InArray<string> data, Nullable<StringPadding> padding, Nullable<int> baseType )
Parameters
- data
- Type: ILNumericsInArrayString
String array, all elements will be considered. - padding
- Type: SystemNullableStringPadding
[Optional] The current padding setting for string storage. - baseType
- Type: SystemNullableInt32
[Optional] The current datatype setting used for string storage defined in data.
Return Value
Type: Int32Length value to be used with H5T.set_size() / H5T.create().
Remarks
[ILNumerics HDF5 Module]
See Also