TensorPrimitives.IsSubnormalAll<T>(ReadOnlySpan<T>) Methode

Definitie

Berekent of alle waarden in de opgegeven tensor subnormaal zijn.

public:
generic <typename T>
 where T : System::Numerics::INumberBase<T> static bool IsSubnormalAll(ReadOnlySpan<T> x);
public static bool IsSubnormalAll<T>(ReadOnlySpan<T> x) where T : System.Numerics.INumberBase<T>;
static member IsSubnormalAll : ReadOnlySpan<'T (requires 'T :> System.Numerics.INumberBase<'T>)> -> bool (requires 'T :> System.Numerics.INumberBase<'T>)
Public Shared Function IsSubnormalAll(Of T As INumberBase(Of T)) (x As ReadOnlySpan(Of T)) As Boolean

Type parameters

T

Parameters

x
ReadOnlySpan<T>

De tensor, vertegenwoordigd als een span.

Retouren

trueals alle waarden in x subnormaal zijn; anders. false Als x dit leeg is, false wordt deze geretourneerd.

Van toepassing op