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