ComplexNumberDivision Operator

Returns computed division of values.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.173 -- Release Build+f98ef614814d50c1f66a919b6c587a372a50e4bf
public static ComplexNumber operator /(
	ComplexNumber value1,
	ComplexNumber value2
)

Parameters

value1  ComplexNumber
Left hand operand.
value2  ComplexNumber
Right hand operand.

Return Value

ComplexNumber
ComplexNumber representing the result of the division operation.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also