Condividi tramite


Tensor.Average<T>(ReadOnlyTensorSpan<T>) Metodo

Definizione

Restituisce la media degli elementi nel tensore 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

Parametri di tipo

T

Parametri

x
ReadOnlyTensorSpan<T>

Il TensorSpan<T> di prendere la media di .

Restituisce

T

T che rappresenta la media.

Si applica a