Struct NDAllKernel<T>
public readonly struct NDAllKernel<T> : INDBooleanReductionKernel<T> where T : unmanaged
Type Parameters
T
- Implements
- Inherited Members
- Extension Methods
Properties
Identity
public static bool Identity { get; }
Property Value
Methods
Accumulate(bool, T)
public static bool Accumulate(bool accumulator, T value)
Parameters
accumulatorboolvalueT
Returns
ShouldExit(bool)
public static bool ShouldExit(bool accumulator)
Parameters
accumulatorbool