Sends data from root to all participating hosts

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

Generic Template Parameters

Parameters
- root (Int32)
- sending host
- data (array<T>[]()[])
- data that will be sent. applicable only to root host
- timeout (TimeSpan)
- timeout

Return Value
data for current host
Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)