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