Vector.NegativeZero プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)