Condividi tramite


Tensor.IndexOfMaxMagnitude<T>(ReadOnlyTensorSpan<T>) Metodo

Definizione

Cerca l'indice del numero con la grandezza maggiore nel tensore specificato.

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

Parametri di tipo

T

Parametri

Restituisce

Si applica a