Method | Description | |
---|---|---|
AddConversion ( |
||
AddMeasurementConversion ( |
||
AddUnit ( Unit unit ) : |
||
Convert ( Measure measure, Unit target ) : Measure | ||
GetConverter ( Unit from, Unit to ) : IConversion | ||
this ( Unit unit ) : |
public AddConversion ( |
||
from | ||
to | ||
toTo | decimal>.Func | |
toFrom | decimal>.Func | |
return | void |
public AddMeasurementConversion ( |
||
from | ||
to | ||
toTo | Measure>.Func | |
toFrom | Measure>.Func | |
return | void |
public Convert ( Measure measure, Unit target ) : Measure | ||
measure | Measure | |
target | Unit | |
return | Measure |
public GetConverter ( Unit from, Unit to ) : IConversion | ||
from | Unit | |
to | Unit | |
return | IConversion |