Tensor.Atan2 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Atan2<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle TensorSpan<T> avec le résultat. |
Atan2<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle TensorSpan<T> avec le résultat. |
Atan2<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle TensorSpan<T> avec le résultat. |
Atan2<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle Tensor<T> avec le résultat. |
Atan2<T>(ReadOnlyTensorSpan<T>, T) |
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle Tensor<T> avec le résultat. |
Atan2<T>(T, ReadOnlyTensorSpan<T>) |
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle Tensor<T> avec le résultat. |
Atan2<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>)
- Source:
- TensorExtensions.cs
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle TensorSpan<T> avec le résultat.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ Atan2(T x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Atan2<T> (T x, scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Atan2 : 'T * ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Atan2(Of T As IFloatingPointIeee754(Of T)) (x As T, ByRef y As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Paramètres de type
- T
Paramètres
- x
- T
La ReadOnlyTensorSpan<T>gauche .
La droite ReadOnlyTensorSpan<T>.
- destination
- TensorSpan<T>
Retours
S’applique à
Atan2<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>)
- Source:
- TensorExtensions.cs
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle TensorSpan<T> avec le résultat.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ Atan2(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, T y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Atan2<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, T y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Atan2 : ReadOnlyTensorSpan * 'T * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Atan2(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), y As T, ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Paramètres de type
- T
Paramètres
La ReadOnlyTensorSpan<T>gauche .
- y
- T
La droite ReadOnlyTensorSpan<T>.
- destination
- TensorSpan<T>
Retours
S’applique à
Atan2<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>)
- Source:
- TensorExtensions.cs
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle TensorSpan<T> avec le résultat.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ Atan2(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Atan2<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Atan2 : ReadOnlyTensorSpan * ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Atan2(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef y As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Paramètres de type
- T
Paramètres
La ReadOnlyTensorSpan<T>gauche .
La droite ReadOnlyTensorSpan<T>.
- destination
- TensorSpan<T>
Retours
S’applique à
Atan2<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>)
- Source:
- TensorExtensions.cs
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle Tensor<T> avec le résultat.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<T> ^ Atan2(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y);
public static System.Numerics.Tensors.Tensor<T> Atan2<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Atan2 : ReadOnlyTensorSpan * ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Atan2(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef y As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)
Paramètres de type
- T
Paramètres
La ReadOnlyTensorSpan<T>gauche .
La droite ReadOnlyTensorSpan<T>.
Retours
S’applique à
Atan2<T>(ReadOnlyTensorSpan<T>, T)
- Source:
- TensorExtensions.cs
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle Tensor<T> avec le résultat.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<T> ^ Atan2(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, T y);
public static System.Numerics.Tensors.Tensor<T> Atan2<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, T y) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Atan2 : ReadOnlyTensorSpan * 'T -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Atan2(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), y As T) As Tensor(Of T)
Paramètres de type
- T
Paramètres
La ReadOnlyTensorSpan<T>gauche .
- y
- T
La droite ReadOnlyTensorSpan<T>.
Retours
S’applique à
Atan2<T>(T, ReadOnlyTensorSpan<T>)
- Source:
- TensorExtensions.cs
Prend la tangente arc des deux ReadOnlyTensorSpan<T> d’entrée et retourne une nouvelle Tensor<T> avec le résultat.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<T> ^ Atan2(T x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y);
public static System.Numerics.Tensors.Tensor<T> Atan2<T> (T x, in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Atan2 : 'T * ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Atan2(Of T As IFloatingPointIeee754(Of T)) (x As T, ByRef y As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)
Paramètres de type
- T
Paramètres
- x
- T
La ReadOnlyTensorSpan<T>gauche .
La droite ReadOnlyTensorSpan<T>.