Tensor.IndexOfMinMagnitude<T>(ReadOnlyTensorSpan<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在指定的张量中搜索具有最小数量级的数字的索引。
public:
generic <typename T>
where T : System::Numerics::INumber<T> static int IndexOfMinMagnitude(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static int IndexOfMinMagnitude<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumber<T>;
static member IndexOfMinMagnitude : ReadOnlyTensorSpan -> int (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMinMagnitude(Of T As INumber(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Integer
类型参数
- T