public static Complex<Number> GetStdUnc(
Complex<T2> x
)Public Shared Function GetStdUnc (
x As Complex(Of T2)
) As Complex(Of Number)public:
static Complex<Number> GetStdUnc(
Complex<T2> x
)static member GetStdUnc :
x : Complex<'T2> -> Complex<Number>