Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void WriteHeader(Stream Dst, TPrecision Precision, TRounding Rounding, TEndianness Endian) | Convert matrix values to strings. |
| 2 | void WriteHeader(Stream Dst) | Writes the header information for the calling vector to a stream. |
Overload 1: void WriteHeader(Stream Dst, TPrecision Precision, TRounding Rounding, TEndianness Endian)
Convert matrix values to strings.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Stream | |
| 2 | Precision | TPrecision | |
| 3 | Rounding | TRounding | |
| 4 | Endian | TEndianness |
Result: stored in self (calling object)
Remarks:
Converts calling sparse matrix, stored in HB sparse format to Strings.
See Also: TSparseMtx.StringsToValues
Overload 2: void WriteHeader(Stream Dst)
Writes the header information for the calling vector to a stream.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Stream |
Result: stored in self (calling object)