Compartilhar via


Tensor.Atanh Método

Definição

Sobrecargas

Atanh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)

Usa a tangente hiperbólica inversa de cada elemento da ReadOnlyTensorSpan<T> e retorna um novo TensorSpan<T> com o resultado.

Atanh<T>(ReadOnlyTensorSpan<T>)

Usa a tangente hiperbólica inversa de cada elemento da ReadOnlyTensorSpan<T> e retorna um novo Tensor<T> com o resultado.

Atanh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)

Origem:
TensorExtensions.cs

Usa a tangente hiperbólica inversa de cada elemento da ReadOnlyTensorSpan<T> e retorna um novo TensorSpan<T> com o resultado.

public:
generic <typename T>
 where T : System::Numerics::IHyperbolicFunctions<T> static System::Numerics::Tensors::TensorSpan<T> ^ Atanh(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Atanh<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IHyperbolicFunctions<T>;
static member Atanh : ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IHyperbolicFunctions<'T>)
Public Function Atanh(Of T As IHyperbolicFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)

Parâmetros de tipo

T

Parâmetros

destination
TensorSpan<T>

Retornos

Aplica-se a

Atanh<T>(ReadOnlyTensorSpan<T>)

Origem:
TensorExtensions.cs

Usa a tangente hiperbólica inversa de cada elemento da ReadOnlyTensorSpan<T> e retorna um novo Tensor<T> com o resultado.

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

Parâmetros de tipo

T

Parâmetros

Retornos

Aplica-se a