Pure Mpi.NET Library
Gather<(Of <(T>)>) Method (root, send)
NamespacesMpiCommGather<(Of <(T>)>)(Int32, T)
Gathers all sends into array at the root
Declaration Syntax
C#Visual BasicVisual C++
public virtual T[] Gather<T>(
	int root,
	T send
)
Public Overridable Function Gather(Of T) ( _
	root As Integer, _
	send As T _
) As T()
public:
generic<typename T>
virtual array<T>^ Gather(
	int root, 
	T send
)
Generic Template Parameters
T
type of data to gather
Parameters
root (Int32)
receiving host rank
send (T)
data to send
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)