Comparteix a través de


Tensor.Product<T>(ReadOnlyTensorSpan<T>) Método

Definición

Calcula el producto de todos los elementos del tensor no vacío especificado de números.

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

Parámetros de tipo

T

Parámetros

Devoluciones

T

Se aplica a