TSparseMtx.WriteHeader Method

Overload List

#SignatureDescription
1procedure WriteHeader(const Dst: TStream; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness);Convert matrix values to strings.
2procedure 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.

#NameTypeDescription
1DstStream
2PrecisionTPrecision
3RoundingTRounding
4EndianTEndianness

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.

#NameTypeDescription
1DstStream

Result: stored in self (calling object)