TSparseMtx.WriteHeader Method

Overload List

#SignatureDescription
1void WriteHeader(Stream Dst, TPrecision Precision, TRounding Rounding, TEndianness Endian)Convert matrix values to strings.
2void 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.

#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: void WriteHeader(Stream Dst)

Writes the header information for the calling vector to a stream.

#NameTypeDescription
1DstStream

Result: stored in self (calling object)