[This is preliminary documentation and is subject to change.]
Reduction operation that adds two values.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public static ReductionOperation<T> Add { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property Add As ReductionOperation(Of T) |
| Visual C++ |
|---|
public: static property ReductionOperation<T>^ Add { ReductionOperation<T>^ get (); } |