Condividi tramite


Tensor.Acosh Metodo

Definizione

Overload

Acosh<T>(ReadOnlyTensorSpan<T>)

Accetta il coseno iperbolico inverso di ogni elemento del ReadOnlyTensorSpan<T> e restituisce un nuovo Tensor<T> con il risultato.

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

Accetta il coseno iperbolico inverso di ogni elemento del TensorSpan<T> e restituisce un nuovo TensorSpan<T> con il risultato.

Acosh<T>(ReadOnlyTensorSpan<T>)

Origine:
TensorExtensions.cs

Accetta il coseno iperbolico inverso di ogni elemento del ReadOnlyTensorSpan<T> e restituisce un nuovo Tensor<T> con il risultato.

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

Parametri di tipo

T

Parametri

x
ReadOnlyTensorSpan<T>

Il ReadOnlyTensorSpan<T> di prendere il peccato di.

Restituisce

Si applica a

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

Origine:
TensorExtensions.cs

Accetta il coseno iperbolico inverso di ogni elemento del TensorSpan<T> e restituisce un nuovo TensorSpan<T> con il risultato.

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

Parametri di tipo

T

Parametri

x
ReadOnlyTensorSpan<T>

Il TensorSpan<T> di prendere il peccato di.

destination
TensorSpan<T>

Restituisce

Si applica a