enum ConversionOperation

Parents

Enum

Brief

The operation used to specify conversion of one unit to another.

Details

The value is used in ConversionAttribute

Static Public Fields

Add

Adds the factor to the value

Atan

Calculates arctangent of the value

Base

Marks the unit as a base unit.

Custom

The custom conversion.

Divide

Divides the value by the factor

DivideFactor

Divides the factor by the value

Multiply

Multiples the value by the factor

Negate

Negates the value

None

Do nothing

Subtract

Subtracts factor from the value

SubtractFromFactor

Subtracts value from the factor

Tan

Calculates tangent of the value

back