Vector.NegativeZero Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
static property System::Numerics::Vector<T> NegativeZero { System::Numerics::Vector<T> get(); };
extension<T>(System.Numerics.Vector<T>) where T : IFloatingPointIeee754<T>
{
public static System.Numerics.Vector<T> NegativeZero { get; }
}
static member NegativeZero : System.Numerics.Vector<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)>
Public Shared ReadOnly Property NegativeZero As Vector(Of T)