עריכה

שתף דרך


Vector.get_PositiveInfinity<T> Method

Definition

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Vector<T> get_PositiveInfinity();
public static System.Numerics.Vector<T> get_PositiveInfinity<T>() where T : System.Numerics.IFloatingPointIeee754<T>;
static member get_PositiveInfinity : unit -> System.Numerics.Vector<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function get_PositiveInfinity(Of T As IFloatingPointIeee754(Of T)) () As Vector(Of T)

Type Parameters

T

Returns

Applies to