Edit

Share via


TensorPrimitives.ILogB<T> Method

Definition

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static void ILogB(ReadOnlySpan<T> x, Span<int> destination);
public static void ILogB<T> (ReadOnlySpan<T> x, Span<int> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member ILogB : ReadOnlySpan<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> * Span<int> -> unit (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Shared Sub ILogB(Of T As IFloatingPointIeee754(Of T)) (x As ReadOnlySpan(Of T), destination As Span(Of Integer))

Type Parameters

T

Parameters

destination
Span<Int32>

Applies to