Breyta

Deila með


Tensor.ILogB Method

Definition

Overloads

ILogB<T>(Tensor<T>)
ILogB<T>(ReadOnlyTensorSpan<T>, TensorSpan<Int32>)

ILogB<T>(Tensor<T>)

Source:
TensorExtensions.cs
public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<int> ^ ILogB(System::Numerics::Tensors::Tensor<T> ^ input);
public static System.Numerics.Tensors.Tensor<int> ILogB<T> (System.Numerics.Tensors.Tensor<T> input) where T : System.Numerics.IFloatingPointIeee754<T>;
static member ILogB : System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> -> System.Numerics.Tensors.Tensor<int> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function ILogB(Of T As IFloatingPointIeee754(Of T)) (input As Tensor(Of T)) As Tensor(Of Integer)

Type Parameters

T

Parameters

input
Tensor<T>

Returns

Applies to

ILogB<T>(ReadOnlyTensorSpan<T>, TensorSpan<Int32>)

Source:
TensorExtensions.cs
public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ ILogB(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % input, System::Numerics::Tensors::TensorSpan<int> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<int> ILogB<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> input, 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 input As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of Integer)) As TensorSpan(Of Integer)

Type Parameters

T

Parameters

destination
TensorSpan<Int32>

Returns

Applies to