Tensor.ILogB 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
ILogB<T>(ReadOnlyTensorSpan<T>) |
Calcule le logarithme des nombres entiers à l’échelle de l’élément dans le tensoriel spécifié. |
ILogB<T>(ReadOnlyTensorSpan<T>, TensorSpan<Int32>) |
Calcule le logarithme des nombres entiers à l’échelle de l’élément dans le tensoriel spécifié. |
ILogB<T>(ReadOnlyTensorSpan<T>)
- Source:
- TensorExtensions.cs
Calcule le logarithme des nombres entiers à l’échelle de l’élément dans le tensoriel spécifié.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<int> ^ ILogB(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static System.Numerics.Tensors.Tensor<int> ILogB<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IFloatingPointIeee754<T>;
static member ILogB : ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<int> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function ILogB(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Tensor(Of Integer)
Paramètres de type
- T
Paramètres
Entrée ReadOnlyTensorSpan<T>.
Retours
S’applique à
ILogB<T>(ReadOnlyTensorSpan<T>, TensorSpan<Int32>)
- Source:
- TensorExtensions.cs
Calcule le logarithme des nombres entiers à l’échelle de l’élément dans le tensoriel spécifié.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ ILogB(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::TensorSpan<int> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<int> ILogB<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.TensorSpan<int> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member ILogB : ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function ILogB(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of Integer)) As TensorSpan(Of Integer)
Paramètres de type
- T
Paramètres
Entrée ReadOnlyTensorSpan<T>.
- destination
- TensorSpan<Int32>