4 references to ToScalar
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfMinMaxOperator.cs (3)
363
return int.CreateTruncating(currentIndex.
ToScalar
()) + IndexOfFirstMatch(nanMask);
431
return (int)currentIndex.
ToScalar
() + IndexOfFirstMatch(nanMask);
508
return (int)currentIndex.
ToScalar
() + IndexOfFirstMatch(nanMask);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
852
static T ISimdVector<Vector256<T>, T>.ToScalar(Vector256<T> vector) => vector.
ToScalar
();