FrequencyAddition Operator
Implements the operator +.

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static Frequency operator +(
	Frequency a,
	Frequency b
)

Parameters

a
Type: Aspose.Html.DrawingFrequency
Parameter a.
b
Type: Aspose.Html.DrawingFrequency
Parameter b.

Return Value

Type: Frequency
The result of the operator.
Exceptions
ExceptionCondition
ArgumentNullExceptionArguments are null
ArgumentException Arguments have different types or Arguments have different resolution or
See Also