Tensor.StdDev<T>(ReadOnlyTensorSpan<T>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o desvio padrão dos elementos no tensor x.
public:
generic <typename T>
where T : System::Numerics::IFloatingPoint<T>, System::Numerics::IAdditionOperators<T, T, T>, System::Numerics::IAdditiveIdentity<T, T>, System::Numerics::IRootFunctions<T> static T StdDev(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static T StdDev<T>(in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IFloatingPoint<T>, System.Numerics.IAdditionOperators<T,T,T>, System.Numerics.IAdditiveIdentity<T,T>, System.Numerics.IRootFunctions<T>;
static member StdDev : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IFloatingPoint<'T> and 'T :> System.Numerics.IAdditionOperators<'T, 'T, 'T> and 'T :> System.Numerics.IAdditiveIdentity<'T, 'T> and 'T :> System.Numerics.IRootFunctions<'T>)
Public Function StdDev(Of T As {IFloatingPoint(Of T), IAdditionOperators(Of T, T, T), IAdditiveIdentity(Of T, T), IRootFunctions(Of T)}) (ByRef x As ReadOnlyTensorSpan(Of T)) As T
Parâmetros de tipo
- T
Parâmetros
O TensorSpan<T> de usar o desvio padrão.
Retornos
T que representam o desvio padrão.