共用方式為


Tensor.IndexOfMax<T>(ReadOnlyTensorSpan<T>) 方法

定義

搜尋指定之張量中最大數位的索引。

public:
generic <typename T>
 where T : System::Numerics::INumber<T> static int IndexOfMax(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static int IndexOfMax<T>(scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumber<T>;
static member IndexOfMax : ReadOnlyTensorSpan -> int (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMax(Of T As INumber(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Integer

類型參數

T

參數

傳回

適用於