enum ConversionOperation
Parents | |
|
The operation used to specify conversion of one unit to another.
The value is used in ConversionAttribute
Static Public Fields | |
Adds the factor to the value |
|
Calculates arctangent of the value |
|
Marks the unit as a base unit. |
|
The custom conversion. |
|
Divides the value by the factor |
|
Divides the factor by the value |
|
Multiples the value by the factor |
|
Negates the value |
|
Do nothing |
|
Subtracts factor from the value |
|
Subtracts value from the factor |
|
Calculates tangent of the value |