Vector.get_E<T> Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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)
Tür Parametreleri
- T