Click or drag to resize

ComplexNumberSubtraction Operator

Returns computed difference 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 subtraction operation.
See Also