MtxVecUtils.WriteBinaryToStream Method

Overload List

#SignatureDescription
1function WriteBinaryToStream(DstStream: TStream; Count: Integer; const Src: TIntegerArray; Endian: TEndianness): Boolean;
2function WriteBinaryToStream(DstStream: TStream; Count: Integer; const Src: TSingleArray; Endian: TEndianness): Boolean;

Overload 1: function WriteBinaryToStream(DstStream: TStream; Count: Integer; const Src: TIntegerArray; Endian: TEndianness): Boolean;

#NameTypeDescription
1DstStreamStream
2CountInteger
3SrcTIntegerArray
4EndianTEndianness

Returns: Boolean

Overload 2: function WriteBinaryToStream(DstStream: TStream; Count: Integer; const Src: TSingleArray; Endian: TEndianness): Boolean;

#NameTypeDescription
1DstStreamStream
2CountInteger
3SrcTSingleArray
4EndianTEndianness

Returns: Boolean