Frequency.op_Subtraction

Frequency Subtraction operator

Implements the operator -.

public static Frequency operator -(Frequency a, Frequency b)
ParameterTypeDescription
aFrequencyThe parameter a.
bFrequencyThe parameter b.

Return Value

The result of the operator.

Exceptions

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

See Also