Reduction operation that computes the logical AND 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> LogicalAnd { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property LogicalAnd As ReductionOperation(Of T) |
| Visual C++ |
|---|
public: static property ReductionOperation<T>^ LogicalAnd { ReductionOperation<T>^ get (); } |