共用方式為


Tensor.Norm<T>(ReadOnlyTensorSpan<T>) 方法

定義

接受 ReadOnlyTensorSpan<T> 的常態,並傳回結果。

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

類型參數

T

參數

傳回

T

適用於