Vector64.get_NegativeZero<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::Vector64<T> get_NegativeZero();
public static System.Runtime.Intrinsics.Vector64<T> get_NegativeZero<T>() where T : System.Numerics.IFloatingPointIeee754<T>;
static member get_NegativeZero : unit -> System.Runtime.Intrinsics.Vector64<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function get_NegativeZero(Of T As IFloatingPointIeee754(Of T)) () As Vector64(Of T)
Parâmetros de Tipo Genérico
- T