Compartilhar via


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

Definição

Retorna a média dos elementos no tensor x.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPoint<T> static T Average(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static T Average<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IFloatingPoint<T>;
static member Average : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IFloatingPoint<'T>)
Public Function Average(Of T As IFloatingPoint(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As T

Parâmetros de tipo

T

Parâmetros

x
ReadOnlyTensorSpan<T>

O TensorSpan<T> para assumir a média de.

Retornos

T

T representando a média.

Aplica-se a