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