Complex.op_Division

operator /

实现运算符 /。

public static Complex operator /(Complex a, Complex b)
参数类型描述
一个Complexa 复数。
bComplexb 复数。

返回值

运算符的结果。

另请参见


operator /

实现运算符 /。

public static Complex operator /(Complex a, double s)
参数类型描述
一个Complexa 复数。
sDoubles 值。

返回值

运算符的结果。

另请参见


operator /

实现运算符 /。

public static Complex operator /(double s, Complex a)
参数类型描述
sDoubles 值。
一个Complexa 复数。

返回值

运算符的结果。

另请参见