IPXC_NumberFormatItem::Coefficient Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatItem::Coefficient Property}} | {{#customTitle:IPXC_NumberFormatItem::Coefficient Property}} | ||
− | {{#parentPage:PXV:IPXC_NumberFormatItem|property | + | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|Coefficient|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Coefficient''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of double | + | Property '''Coefficient''' of interface [[PXV:IPXC_NumberFormatItem|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 == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Coefficient([out, retval] double* pCoef); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Coefficient([out, retval] double* pCoef); |
− | HRESULT put_Coefficient([in] double pCoef); | + | HRESULT put_Coefficient([in] double pCoef); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] |
Latest revision as of 23:52, 30 March 2016
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);