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