Overload List
Overload 1: void WriteBinaryValues(DewStream *DstStream, DewArray<double> Values, int ValuesIndex, TPrecision Precision, TRounding Rounding, TEndianness Endian, int Length);
Writes double values to stream and converts to specified type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<double> | |
| 3 | ValuesIndex | int | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | int |
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 2: void WriteBinaryValues(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<double> Values, int ValuesIndex, TPrecision Precision, TRounding Rounding, TEndianness Endian, int Length);
The destination is a pointer to memory, which will hold Length elements stored with Precision.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<double> | |
| 4 | ValuesIndex | int | |
| 5 | Precision | TPrecision | |
| 6 | Rounding | TRounding | |
| 7 | Endian | TEndianness | |
| 8 | Length | int |
Overload 3: void WriteBinaryValues(intPtr DstStream, DewArray<double> Values, int ValuesIndex, TPrecision Precision, TRounding Rounding, TEndianness Endian, int Length);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<double> | |
| 3 | ValuesIndex | int | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | int |
Overload 4: void WriteBinaryValues(DewStream *DstStream, DewArray<float> Values, int ValuesIndex, TPrecision Precision, TRounding Rounding, TEndianness Endian, int Length);
Writes single precision values to stream and converts to specified type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewStream * | |
| 2 | Values | DewArray<float> | |
| 3 | ValuesIndex | int | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | int |
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: void WriteBinaryValues(DewArray<unsigned char> DstStream, int StreamIndex, DewArray<float> Values, int ValuesIndex, TPrecision Precision, TRounding Rounding, TEndianness Endian, int Length);
The destination is a pointer to memory, which will hold Length elements stored with Precision.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | DewArray<unsigned char> | |
| 2 | StreamIndex | int | |
| 3 | Values | DewArray<float> | |
| 4 | ValuesIndex | int | |
| 5 | Precision | TPrecision | |
| 6 | Rounding | TRounding | |
| 7 | Endian | TEndianness | |
| 8 | Length | int |
Overload 6: void WriteBinaryValues(intPtr DstStream, DewArray<float> Values, int ValuesIndex, TPrecision Precision, TRounding Rounding, TEndianness Endian, int Length);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstStream | intPtr | |
| 2 | Values | DewArray<float> | |
| 3 | ValuesIndex | int | |
| 4 | Precision | TPrecision | |
| 5 | Rounding | TRounding | |
| 6 | Endian | TEndianness | |
| 7 | Length | int |