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