Vector512.get_NegativeInfinity<T> Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Runtime::Intrinsics::Vector512<T> get_NegativeInfinity();
public static System.Runtime.Intrinsics.Vector512<T> get_NegativeInfinity<T>() where T : System.Numerics.IFloatingPointIeee754<T>;
static member get_NegativeInfinity : unit -> System.Runtime.Intrinsics.Vector512<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function get_NegativeInfinity(Of T As IFloatingPointIeee754(Of T)) () As Vector512(Of T)
Parâmetros de Tipo Genérico
- T