Vector.get_NegativeZero<T> Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
public:
generic <typename T>
where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Vector<T> get_NegativeZero();
public static System.Numerics.Vector<T> get_NegativeZero<T>() where T : System.Numerics.IFloatingPointIeee754<T>;
static member get_NegativeZero : unit -> System.Numerics.Vector<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function get_NegativeZero(Of T As IFloatingPointIeee754(Of T)) () As Vector(Of T)
Tür Parametreleri
- T