CODMeasure::Convert

CODMeasure&CODMeasure::Convert(const OD_UNIT_OF_MEASUREunits, const floatfValue)

Convert the given value into units supported by this object.

Defined in: OdMeasure.cpp

Return Value

A reference to the resulting measure object.

Parameters

units

Input unit of measure.

fValue

Input measurement value.

Comments

This function converts the incoming measurement to the unit of measurement specified by this object and assigns the resulting value to this object.