Partager via


Tensor.IndexOfMax<T>(ReadOnlyTensorSpan<T>) Méthode

Définition

Recherche l’index du plus grand nombre dans le tensoriel spécifié.

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

Paramètres de type

T

Paramètres

Retours

S’applique à