Share via


Tensor.IndexOfMinMagnitude<T>(ReadOnlyTensorSpan<T>) Method

Definition

Searches for the index of the number with the smallest magnitude in the specified tensor.

public:
generic <typename T>
 where T : System::Numerics::INumber<T> static IntPtr IndexOfMinMagnitude(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static IntPtr IndexOfMinMagnitude<T>(scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumber<T>;
static member IndexOfMinMagnitude : ReadOnlyTensorSpan -> nativeint (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMinMagnitude(Of T As INumber(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As IntPtr

Type Parameters

T

Parameters

Returns

IntPtr

nativeint

Applies to