Edit

Share via


Vector.PositiveInfinity Property

Definition

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

Property Value

Applies to