Edit

Share via


Tensor.IndexOfMinMagnitude Method

Definition

Overloads

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

IndexOfMinMagnitude<T>(ReadOnlyTensorSpan<T>)

Source:
TensorExtensions.cs
public:
generic <typename T>
 where T : System::Numerics::INumber<T> static int IndexOfMinMagnitude(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % input);
public static int IndexOfMinMagnitude<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> input) where T : System.Numerics.INumber<T>;
static member IndexOfMinMagnitude : ReadOnlyTensorSpan -> int (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMinMagnitude(Of T As INumber(Of T)) (ByRef input As ReadOnlyTensorSpan(Of T)) As Integer

Type Parameters

T

Parameters

Returns

Applies to

IndexOfMinMagnitude<T>(Tensor<T>)

Source:
TensorExtensions.cs
public:
generic <typename T>
 where T : System::Numerics::INumber<T> static int IndexOfMinMagnitude(System::Numerics::Tensors::Tensor<T> ^ input);
public static int IndexOfMinMagnitude<T> (System.Numerics.Tensors.Tensor<T> input) where T : System.Numerics.INumber<T>;
static member IndexOfMinMagnitude : System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.INumber<'T>)> -> int (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMinMagnitude(Of T As INumber(Of T)) (input As Tensor(Of T)) As Integer

Type Parameters

T

Parameters

input
Tensor<T>

Returns

Applies to