Gathers all sends into array at the root

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

Generic Template Parameters

Parameters
- root (Int32)
- receiving host rank
- send (T)
- data to send
- timeout (TimeSpan)
- timeout

Return Value
array of data sent to root (null for other hosts)
Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)