ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Allowed settings for padding fixed length string datatypes.
[ILNumerics Core Module]
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NULLTERM | 0 | Null terminate (as for common C strings). | |
ZEROPAD | 1 | Pad with zeros. | |
SPACEPAD | 2 | Pad with spaces (as for common FORTRAN strings). | |
ERROR | 3 | This value is returned when the padding value configured is not known. | |
ROUNDTRIP | 4 | For reading: keep the original setting as stored in the file. |
Remarks
[ILNumerics Core Module]
See Also