Tensor.IndexOfMax<T>(ReadOnlyTensorSpan<T>) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Pesquisa pelo índice do maior número no tensor especificado.
public:
generic <typename T>
where T : System::Numerics::INumber<T> static IntPtr IndexOfMax(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static IntPtr IndexOfMax<T>(scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumber<T>;
static member IndexOfMax : ReadOnlyTensorSpan -> nativeint (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMax(Of T As INumber(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As IntPtr
Parâmetros de Tipo Genérico
- T
Parâmetros
A entrada ReadOnlyTensorSpan<T>.
Devoluções
nativeint