public static Complex<T> FromPolarCoordinates(
T mag,
T phase
)
Public Shared Function FromPolarCoordinates (
mag As T,
phase As T
) As Complex(Of T)
public:
static Complex<T> FromPolarCoordinates(
T mag,
T phase
)
static member FromPolarCoordinates :
mag : 'T *
phase : 'T -> Complex<'T>