다음을 통해 공유


Vector.get_Pi<T> 메서드

정의

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

형식 매개 변수

T

반환

적용 대상