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