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)
59
MayBeComplex<T>() &&
Any
<T, IsComplexNumberOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsEvenInteger.cs (1)
47
Any
<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)
59
MayBeImaginary<T>() &&
Any
<T, IsImaginaryNumberOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsInfinity.cs (1)
46
MayBeInfinity<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)
59
MayBeNaN<T>() &&
Any
<T, IsNaNOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegative.cs (1)
58
MayBeNegative<T>() &&
Any
<T, IsNegativeOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegativeInfinity.cs (1)
46
MayBeNegativeInfinity<T>() &&
Any
<T, IsNegativeInfinityOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNormal.cs (1)
45
Any
<T, IsNormalOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsOddInteger.cs (1)
47
Any
<T, IsOddIntegerOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPositive.cs (1)
45
Any
<T, IsPositiveOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPositiveInfinity.cs (1)
46
MayBePositiveInfinity<T>() &&
Any
<T, IsPositiveInfinityOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPow2.cs (1)
45
Any
<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)
46
MayBeSubnormal<T>() &&
Any
<T, IsSubnormalOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsZero.cs (1)
45
Any
<T, IsZeroOperator<T>>(x);