Language

Vector.SignSequence Property

Definition

public:
 static property System::Numerics::Vector<T> SignSequence { System::Numerics::Vector<T> get(); };
extension<T>(System.Numerics.Vector<T>) where T : ISignedNumber<T>
{
    public static System.Numerics.Vector<T> SignSequence { get; }
}
static member SignSequence : System.Numerics.Vector<'T (requires 'T :> System.Numerics.ISignedNumber<'T>)>
Public Shared ReadOnly Property SignSequence As Vector(Of T)

Property Value

Applies to