Progress® Telerik® Reporting R1 2021
Unit Operators
The Unit type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds one Unit to another.
|
![]() ![]() | Division(Unit, Double) |
Divides a Unit by a
specified value.
|
![]() ![]() | Division(Unit, Unit) |
Divides the first Unit by the second.
|
![]() ![]() | Equality |
Compares two units.
|
![]() ![]() | GreaterThan |
Compares two units.
|
![]() ![]() | GreaterThanOrEqual |
Compares two units.
|
![]() ![]() | Inequality |
Compares two units.
|
![]() ![]() | LessThan |
Compares two units.
|
![]() ![]() | LessThanOrEqual |
Compares two units.
|
![]() ![]() | Multiply(Double, Unit) |
Multiplies a value by a
Unit.
|
![]() ![]() | Multiply(Unit, Double) |
Multiplies a Unit by a
specified value.
|
![]() ![]() | Subtraction |
Subtract one Unit from
another.
|
![]() ![]() | UnaryNegation |
Unary minus. Reverses the sign of
Unit |