다음을 통해 공유


Tensor.ILogB 메서드

정의

오버로드

ILogB<T>(ReadOnlyTensorSpan<T>)

지정된 텐서에 있는 숫자의 요소별 정수 로그를 계산합니다.

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

지정된 텐서에 있는 숫자의 요소별 정수 로그를 계산합니다.

ILogB<T>(ReadOnlyTensorSpan<T>)

Source:
TensorExtensions.cs

지정된 텐서에 있는 숫자의 요소별 정수 로그를 계산합니다.

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)

형식 매개 변수

T

매개 변수

반환

적용 대상

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> % 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)

형식 매개 변수

T

매개 변수

destination
TensorSpan<Int32>

반환

적용 대상