6 references to IsUInt64Like
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (2)
82
if (IsInt64Like<TTo>() ||
IsUInt64Like
<TTo>())
110
if (
IsUInt64Like
<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (4)
34
((
IsUInt64Like
<TFrom>() || IsInt64Like<TFrom>()) && (
IsUInt64Like
<TTo>() || IsInt64Like<TTo>())))
52
if (typeof(TFrom) == typeof(double) &&
IsUInt64Like
<TTo>())
88
if (
IsUInt64Like
<TFrom>() && IsUInt32Like<TTo>())