18 implementations of IBooleanUnaryOperator
System.Numerics.Tensors (18)
System\Numerics\Tensors\netcore\TensorPrimitives.IsCanonical.cs (1)
67private readonly struct IsCanonicalOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsComplexNumber.cs (1)
68private readonly struct IsComplexNumberOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsEvenInteger.cs (1)
50private readonly struct IsEvenIntegerOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsFinite.cs (1)
67private readonly struct IsFiniteOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (1)
68private readonly struct IsImaginaryNumberOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsInfinity.cs (1)
54private readonly struct IsInfinityOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsInteger.cs (1)
65private readonly struct IsIntegerOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsNaN.cs (1)
67private readonly struct IsNaNOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegative.cs (1)
70private readonly struct IsNegativeOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegativeInfinity.cs (1)
54private readonly struct IsNegativeInfinityOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsNormal.cs (1)
48private readonly struct IsNormalOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsOddInteger.cs (1)
50private readonly struct IsOddIntegerOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsPositive.cs (1)
48private readonly struct IsPositiveOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsPositiveInfinity.cs (1)
54private readonly struct IsPositiveInfinityOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsPow2.cs (1)
48private readonly struct IsPow2Operator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsRealNumber.cs (1)
67private readonly struct IsRealNumberOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsSubnormal.cs (1)
54private readonly struct IsSubnormalOperator<T> : IBooleanUnaryOperator<T>
System\Numerics\Tensors\netcore\TensorPrimitives.IsZero.cs (1)
48private readonly struct IsZeroOperator<T> : IBooleanUnaryOperator<T>
4 references to IBooleanUnaryOperator
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
85where TOperator : struct, IBooleanUnaryOperator<T> => 89where TOperator : struct, IBooleanUnaryOperator<T> => 93where TOperator : struct, IBooleanUnaryOperator<T> 203where TOperator : struct, IBooleanUnaryOperator<T>