Tensor.StdDev<T>(ReadOnlyTensorSpan<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’écart type des éléments dans le 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
Paramètres de type
- T
Paramètres
Le TensorSpan<T> de prendre l’écart type de.
Retours
T représentant l’écart type.