Click or drag to resize

ComplexNumberDivision Operator

Returns computed division of values.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static ComplexNumber operator /(
	ComplexNumber value1,
	ComplexNumber value2
)
View Source

Parameters

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

Return Value

ComplexNumber
ComplexNumber representing the result of the division operation.
See Also