18 references to Any
System.Numerics.Tensors (18)
System\Numerics\Tensors\netcore\TensorPrimitives.IsCanonical.cs (1)
59(AlwaysCanonical<T>() || Any<T, IsCanonicalOperator<T>>(x));
System\Numerics\Tensors\netcore\TensorPrimitives.IsComplexNumber.cs (1)
59MayBeComplex<T>() && Any<T, IsComplexNumberOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsEvenInteger.cs (1)
47Any<T, IsEvenIntegerOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsFinite.cs (1)
59(AlwaysFinite<T>() || Any<T, IsFiniteOperator<T>>(x));
System\Numerics\Tensors\netcore\TensorPrimitives.IsImaginaryNumber.cs (1)
59MayBeImaginary<T>() && Any<T, IsImaginaryNumberOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsInfinity.cs (1)
46MayBeInfinity<T>() && Any<T, IsInfinityOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsInteger.cs (1)
58(AlwaysInteger<T>() || Any<T, IsIntegerOperator<T>>(x));
System\Numerics\Tensors\netcore\TensorPrimitives.IsNaN.cs (1)
59MayBeNaN<T>() && Any<T, IsNaNOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegative.cs (1)
58MayBeNegative<T>() && Any<T, IsNegativeOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegativeInfinity.cs (1)
46MayBeNegativeInfinity<T>() && Any<T, IsNegativeInfinityOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNormal.cs (1)
45Any<T, IsNormalOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsOddInteger.cs (1)
47Any<T, IsOddIntegerOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPositive.cs (1)
45Any<T, IsPositiveOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPositiveInfinity.cs (1)
46MayBePositiveInfinity<T>() && Any<T, IsPositiveInfinityOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPow2.cs (1)
45Any<T, IsPow2Operator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsRealNumber.cs (1)
59(AlwaysReal<T>() || Any<T, IsRealNumberOperator<T>>(x));
System\Numerics\Tensors\netcore\TensorPrimitives.IsSubnormal.cs (1)
46MayBeSubnormal<T>() && Any<T, IsSubnormalOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsZero.cs (1)
45Any<T, IsZeroOperator<T>>(x);