次の方法で共有


Tensor.Sinh メソッド

定義

オーバーロード

Sinh<T>(ReadOnlyTensorSpan<T>)

指定したテンソルの各ラジアン角度の要素ごとの双曲線正弦を計算します。

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

指定したテンソルの各ラジアン角度の要素ごとの双曲線正弦を計算します。

Sinh<T>(ReadOnlyTensorSpan<T>)

ソース:
TensorExtensions.cs
ソース:
TensorExtensions.cs

指定したテンソルの各ラジアン角度の要素ごとの双曲線正弦を計算します。

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

型パラメーター

T

パラメーター

戻り値

適用対象

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

ソース:
TensorExtensions.cs
ソース:
TensorExtensions.cs

指定したテンソルの各ラジアン角度の要素ごとの双曲線正弦を計算します。

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

型パラメーター

T

パラメーター

destination
TensorSpan<T>

戻り値

適用対象