Tensor.IndexOfMinMagnitude<T>(ReadOnlyTensorSpan<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 int IndexOfMinMagnitude(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static int IndexOfMinMagnitude<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) 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 x As ReadOnlyTensorSpan(Of T)) As Integer
Type Parameters
- T
Parameters
The input ReadOnlyTensorSpan<T>.
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.