Tensor.IndexOfMax<T>(ReadOnlyTensorSpan<T>) Metodo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Cerca l'indice del numero più grande nel tensore specificato.
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
Prodotto | Versioni |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: