public static Complex<T> operator /(
Complex<T> x,
Complex<T> y
)
Public Shared Operator / (
x As Complex(Of T),
y As Complex(Of T)
) As Complex(Of T)
public:
static Complex<T> operator /(
Complex<T> x,
Complex<T> y
)
static let inline (/)
x : Complex<'T> *
y : Complex<'T> : Complex<'T>