CanEasy COM-Help
|
Interface which is used to convert a raw value into a physical value.
Instead of using IValue.Factor and IValue.Offset you can use this conversion object.
Definition at line 2000 of file cand_tlb.idl.
HRESULT CanEasy::IConversion::ConvertToHex | ( | [in] double | dVal, |
[out, retval] INT64 * | |||
) |
Converts the physical value into a raw value.
dVal | Physical value to be converted |
HRESULT CanEasy::IConversion::ConvertToPhys | ( | [in] INT64 | llRaw, |
[out, retval] double * | |||
) |
Converts the raw value into a physical value.
llRaw | Raw value to be converted |