Overload List
Name | Description | |
---|---|---|
ReceiveArray(array<Double>[]()[]) |
Reads an array of 64-bit, double-precision, floating-point numbers from the stream.
| |
ReceiveArray(array<Int16>[]()[]) |
Reads an array of 16-bit integers from the stream.
| |
ReceiveArray(array<Int32>[]()[]) |
Reads an array of 32-bit integers from the stream.
| |
ReceiveArray(array<Int64>[]()[]) |
Reads an array of 64-bit integers from the stream.
| |
ReceiveArray(array<SByte>[]()[]) |
Reads an array of 8-bit integers from the stream.
| |
ReceiveArray(array<Single>[]()[]) |
Reads an array of 32-bit, single-precision, floating-point numbers from the stream.
|