다음을 통해 공유


Tensor.Product<T>(ReadOnlyTensorSpan<T>) 메서드

정의

지정한 비어있지 않은 숫자 텐서에 있는 모든 요소의 곱을 계산합니다.

public:
generic <typename T>
 where T : System::Numerics::IMultiplicativeIdentity<T, T>, System::Numerics::IMultiplyOperators<T, T, T> static T Product(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static T Product<T>(scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IMultiplicativeIdentity<T,T>, System.Numerics.IMultiplyOperators<T,T,T>;
static member Product : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IMultiplicativeIdentity<'T, 'T> and 'T :> System.Numerics.IMultiplyOperators<'T, 'T, 'T>)
Public Function Product(Of T As {IMultiplicativeIdentity(Of T, T), IMultiplyOperators(Of T, T, T)}) (ByRef x As ReadOnlyTensorSpan(Of T)) As T

형식 매개 변수

T

매개 변수

반환

T

적용 대상