Overload List
Overload 1: procedure WriteBinaryValues(DstStream: TByteArray; StreamIndex: Integer; Values: TDoubleArray; ValuesIndex: Integer; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness; Length: Integer);
The destination is a pointer to memory, which will hold Length elements stored with Precision.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | TByteArray | |
| 2 | StreamIndex | Integer | |
| 3 | Values | TDoubleArray | |
| 4 | ValuesIndex | Integer | |
| 5 | Precision | TPrecision | |
| 6 | Rounding | TRounding | |
| 7 | Endian | TEndianness | |
| 8 | Length | Integer |
Result: stored in self (calling object)
Overload 2: procedure WriteBinaryValues(DstStream: TByteArray; StreamIndex: Integer; Values: TSingleArray; ValuesIndex: Integer; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness; Length: Integer);
The destination is a pointer to memory, which will hold Length elements stored with Precision.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | TByteArray | |
| 2 | StreamIndex | Integer | |
| 3 | Values | TSingleArray | |
| 4 | ValuesIndex | Integer | |
| 5 | Precision | TPrecision | |
| 6 | Rounding | TRounding | |
| 7 | Endian | TEndianness | |
| 8 | Length | Integer |
Result: stored in self (calling object)
Overload 3: procedure WriteBinaryValues(DstStream: TStream; Values: TDoubleArray; ValuesIndex: Integer; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness; Length: Integer);
Writes double values to stream and converts to specified type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | Stream | |
| 2 | Values | TDoubleArray | |
| 3 | ValuesIndex | Integer | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | Integer |
Result: stored in self (calling object)
Writes TSample values to stream and converts to specified type. The values from Values array will be converted to Precision type, using the Rounding specified and written to the Stream. The length of the Values arrays is defined with the Length and Complex parameters. If Complex is True, the length of the Values array must be two times bigger then the Value of the Length parameter.
Overload 4: procedure WriteBinaryValues(DstStream: TStream; Values: TSingleArray; ValuesIndex: Integer; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness; Length: Integer);
Writes single precision values to stream and converts to specified type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | Stream | |
| 2 | Values | TSingleArray | |
| 3 | ValuesIndex | Integer | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | Integer |
Result: stored in self (calling object)
Writes Tsingle precision values to stream and converts to specified type. The values from Values array will be converted to Precision type, using the Rounding specified and written to the Stream. The length of the Values arrays is defined with the Length and Complex parameters. If Complex is True, the length of the Values array must be two times bigger then the Value of the Length parameter.
Overload 5: procedure WriteBinaryValues(DstStream: NativeInt; Values: TDoubleArray; ValuesIndex: Integer; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness; Length: Integer);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | NativeInt | |
| 2 | Values | TDoubleArray | |
| 3 | ValuesIndex | Integer | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | Integer |
Result: stored in self (calling object)
Overload 6: procedure WriteBinaryValues(DstStream: NativeInt; Values: TSingleArray; ValuesIndex: Integer; Precision: TPrecision; Rounding: TRounding; Endian: TEndianness; Length: Integer);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | NativeInt | |
| 2 | Values | TSingleArray | |
| 3 | ValuesIndex | Integer | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | Integer |
Result: stored in self (calling object)