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