| Package | Description |
|---|---|
| com.aspose.html.drawing |
| Modifier and Type | Method and Description |
|---|---|
static Frequency |
Unit.fromHertz(double value)
Returns a
Frequency object that is represented in hertz. |
static Frequency |
Unit.fromKiloHertz(double value)
Returns a
Frequency object that is represented in kiloHertz. |
static Frequency |
Frequency.op_Addition(Frequency a,
Frequency b)
Implements the operator +.
|
static Frequency |
Frequency.op_Subtraction(Frequency a,
Frequency b)
Implements the operator -.
|
| Modifier and Type | Method and Description |
|---|---|
static Frequency |
Frequency.op_Addition(Frequency a,
Frequency b)
Implements the operator +.
|
static boolean |
Frequency.op_Equality(Frequency a,
Frequency b)
Implements the operator ==.
|
static boolean |
Frequency.op_GreaterThan(Frequency a,
Frequency b)
Implements the operator >.
|
static boolean |
Frequency.op_GreaterThanOrEqual(Frequency a,
Frequency b)
Implements the operator >=.
|
static boolean |
Frequency.op_Inequality(Frequency a,
Frequency b)
Implements the operator !
|
static boolean |
Frequency.op_LessThan(Frequency a,
Frequency b)
Implements the operator <.
|
static boolean |
Frequency.op_LessThanOrEqual(Frequency a,
Frequency b)
Implements the operator <=.
|
static Frequency |
Frequency.op_Subtraction(Frequency a,
Frequency b)
Implements the operator -.
|