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