VectorInt.WriteValues Method

void WriteValues(Stream DstStream, TPrecision aPrecision)

Writes object Values content to a stream.

#NameTypeDescription
1DstStreamStream
2aPrecisionTPrecision

Result: stored in self (calling object)

Remarks:

Writes the calling object Values content to the DstStream stream. No other values describing the data type or length are written to the DstStream. Number type is defined by the Precision parameter, but only integer formats are accepted. Attempt to save single (float) precision or double precision will raise an exception. The paramateres must be the same as for the Dew.Math.VectorInt.WriteHeader method. Use this method separately only, if you want user defined storage format.

See Also: VectorInt.ReadValues, VectorInt.WriteHeader, VectorInt.SaveToStream