Sdílet prostřednictvím


Tensor.IndexOfMax<T>(ReadOnlyTensorSpan<T>) Metoda

Definice

Vyhledá index největšího čísla v zadaném tensoru.

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

Parametry typu

T

Parametry

Návraty

Platí pro