Overload List

  NameDescription
SendArray(array<Double>[]()[])
Writes the specified array of 64-bit, double-precision, floating-point numbers to the stream send buffer.
SendArray(array<Int16>[]()[])
Writes the specified array of 16-bit integers to the stream send buffer.
SendArray(array<Int32>[]()[])
Writes the specified array of 32-bit integers to the stream send buffer.
SendArray(array<Int64>[]()[])
Writes the specified array of 64-bit integers to the stream send buffer.
SendArray(array<SByte>[]()[])
Writes the specified array of 8-bit integers to the stream send buffer.
SendArray(array<Single>[]()[])
Writes the specified array of 32-bit, single-precision, floating-point numbers to the stream send buffer.

See Also