3 references to AlwaysInteger
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.IsInteger.cs (3)
24
if (
AlwaysInteger
<T>())
47
(
AlwaysInteger
<T>() || All<T, IsIntegerOperator<T>>(x));
58
(
AlwaysInteger
<T>() || Any<T, IsIntegerOperator<T>>(x));