Gathers all sends into array at the root

Declaration Syntax
public virtual void Gather<T>(
int root,
T send,
T[] data
)
Public Overridable Sub Gather(Of T) ( _
root As Integer, _
send As T, _
data As T() _
)
public:
generic<typename T>
virtual void Gather(
int root,
T send,
array<T>^ data
)

Generic Template Parameters

Parameters
- root (Int32)
- receiving host rank
- send (T)
- data to send
- data (array<T>[]()[])
- array gathered on root

Return Value
void
Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)