Tensor.Abs 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
Abs<T>(ReadOnlyTensorSpan<T>) |
Accetta il valore assoluto di ogni elemento del Tensor<T> e restituisce un nuovo Tensor<T> con il risultato. |
Abs<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Accetta il valore assoluto di ogni elemento del ReadOnlyTensorSpan<T> e restituisce un nuovo TensorSpan<T> con il risultato. |
Abs<T>(ReadOnlyTensorSpan<T>)
- Origine:
- TensorExtensions.cs
public:
generic <typename T>
where T : System::Numerics::INumberBase<T> static System::Numerics::Tensors::Tensor<T> ^ Abs(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static System.Numerics.Tensors.Tensor<T> Abs<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumberBase<T>;
static member Abs : ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.INumberBase<'T>)> (requires 'T :> System.Numerics.INumberBase<'T>)
Public Function Abs(Of T As INumberBase(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)
Parametri di tipo
- T
Parametri
Il ReadOnlyTensorSpan<T> di prendere l'asso di.
Restituisce
Si applica a
Abs<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)
- Origine:
- TensorExtensions.cs
Accetta il valore assoluto di ogni elemento del ReadOnlyTensorSpan<T> e restituisce un nuovo TensorSpan<T> con il risultato.
public:
generic <typename T>
where T : System::Numerics::INumberBase<T> static System::Numerics::Tensors::TensorSpan<T> ^ Abs(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Abs<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.INumberBase<T>;
static member Abs : ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.INumberBase<'T>)
Public Function Abs(Of T As INumberBase(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Parametri di tipo
- T
Parametri
Il TensorSpan<T> di prendere l'asso di.
- destination
- TensorSpan<T>
Destinazione TensorSpan<T>.