Frequency.op_GreaterThan
Frequency GreaterThan operator
Implements the operator >.
public static bool operator >(Frequency a, Frequency b)
Parameter | Type | Description |
---|---|---|
a | Frequency | The parameter a. |
b | Frequency | The parameter b. |
Return Value
The result of the operator.
Exceptions
exception | condition |
---|---|
ArgumentException | Arguments have different types |
ArgumentNullException | An argument is null |
See Also
- class Frequency
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG