Tensor.IndexOfMin<T>(ReadOnlyTensorSpan<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋指定之張量中最小數位的索引。
public:
generic <typename T>
where T : System::Numerics::INumber<T> static int IndexOfMin(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static int IndexOfMin<T>(scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumber<T>;
static member IndexOfMin : ReadOnlyTensorSpan -> int (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMin(Of T As INumber(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Integer
類型參數
- T