Reduction operation that computes the logical OR of two values,
including integral types.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static ReductionOperation<T> LogicalOr { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property LogicalOr As ReductionOperation(Of T) |
| Visual C++ |
|---|
public: static property ReductionOperation<T>^ LogicalOr { ReductionOperation<T>^ get (); } |