Overload List

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

See Also