Tensor.Sqrt Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Sqrt<T>(ReadOnlyTensorSpan<T>) |
Accetta la radice quadrata di ogni elemento del ReadOnlyTensorSpan<T> e restituisce un nuovo Tensor<T> con il risultato. |
Sqrt<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Accetta la radice quadrata di ogni elemento del |
Sqrt<T>(ReadOnlyTensorSpan<T>)
- Origine:
- TensorExtensions.cs
Accetta la radice quadrata di ogni elemento del ReadOnlyTensorSpan<T> e restituisce un nuovo Tensor<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::IRootFunctions<T> static System::Numerics::Tensors::Tensor<T> ^ Sqrt(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static System.Numerics.Tensors.Tensor<T> Sqrt<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IRootFunctions<T>;
static member Sqrt : ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IRootFunctions<'T>)> (requires 'T :> System.Numerics.IRootFunctions<'T>)
Public Function Sqrt(Of T As IRootFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)
Parametri di tipo
- T
Parametri
Il ReadOnlyTensorSpan<T> di prendere la radice quadrata di.
Restituisce
Si applica a
Sqrt<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)
- Origine:
- TensorExtensions.cs
Accetta la radice quadrata di ogni elemento del x
e restituisce un nuovo TensorSpan<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::IRootFunctions<T> static System::Numerics::Tensors::TensorSpan<T> ^ Sqrt(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Sqrt<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IRootFunctions<T>;
static member Sqrt : ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IRootFunctions<'T>)
Public Function Sqrt(Of T As IRootFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Parametri di tipo
- T
Parametri
Il ReadOnlyTensorSpan<T> di prendere la radice quadrata di.
- destination
- TensorSpan<T>