Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure WriteHeader(const Dst: TStream; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness); | Convert matrix values to strings. |
| 2 | procedure WriteHeader(const Dst: TStream); | Writes the header information for the calling vector to a stream. |
Overload 1: procedure WriteHeader(const Dst: TStream; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness);
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: procedure WriteHeader(const Dst: TStream);
Writes the header information for the calling vector to a stream.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | Stream |
Result: stored in self (calling object)