public constructor ConversionAttribute.ConversionAttribute

Brief

The constructor to specify two-operation conversion

Declaration
C#
  ConversionAttribute (ConversionOperation operation, double factor, ConversionOperation secondOperation, double secondFactor)

Parameters
operation

The first operation to convert the unit into base unit

factor

The numeric factor for the first operation

secondOperation

The second operation to convert the unit into base unit

secondFactor

The numeric factor for the second operation

Declared in ConversionAttribute

back