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