Frequency.op_Addition

Frequency Addition operator

Implements the operator +.

public static Frequency operator +(Frequency a, Frequency b)
ParameterTypeDescription
aFrequencyParameter a.
bFrequencyParameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentNullExceptionArguments are null
ArgumentExceptionArguments have different types or Arguments have different resolution or

See Also