IPXC_NumberFormatItem::Coefficient Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property Coefficient of interface IPXC_NumberFormatItem returns/sets Value of double containing the conversion factor used to multiply a value in partial units of the previous number format array element to obtain a value in the units of this dictionary.

Syntax

HRESULT get_Coefficient([out, retval]  double*  pCoef);
HRESULT put_Coefficient([in]  double  pCoef);

See Also

IPXC_NumberFormatItem