IPXC_NumberFormatItem::Coefficient Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatItem::Coefficient Property}}
 
{{#customTitle:IPXC_NumberFormatItem::Coefficient Property}}
{{#parentPage:PXV:IPXC_NumberFormatItem|property}}
+
{{#parentPage:PXV:IPXC_NumberFormatItem|Coefficient Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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 ==
 
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
 
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].

Revision as of 06:08, 23 April 2015


Property Coefficient of interface IPXC_NumberFormatItem returns/sets Value of double ...

Syntax

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

See Also

See also IPXC_NumberFormatItem.