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