რედაქტირება

გაზიარება არხიდან:


Vector.get_E<T> Method

Definition

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

Type Parameters

T

Returns

Applies to